Added test_top_k_per_row to test-pipeline.yaml. (#26569)

Signed-off-by: Daniel Campora <961215+dcampora@users.noreply.github.com>
This commit is contained in:
Daniel Cámpora 2025-10-10 16:48:33 +02:00 committed by GitHub
parent f4ba2061cf
commit 0e67102d93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -431,8 +431,9 @@ steps:
source_file_dependencies:
- csrc/
- tests/kernels/core
- tests/kernels/test_top_k_per_row.py
commands:
- pytest -v -s kernels/core
- pytest -v -s kernels/core kernels/test_top_k_per_row.py
- label: Kernels Attention Test %N # 23min
timeout_in_minutes: 35

View File

@ -125,7 +125,6 @@ def test_top_k_per_row(
indices,
values,
num_rows,
top_k,
logits.stride(0),
logits.stride(1),
)