Skip to content

Commit 261782c

Browse files
committed
update test list. rename file
1 parent 3e8e9bd commit 261782c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/run_test_blackwell_attention_kernels.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ pytest -s tests/test_blackwell_fmha.py
77
pytest -s tests/test_deepseek_mla.py
88

99
# trtllm-gen
10-
pytest -s tests/test_trtllm_gen_context.py
11-
pytest -s tests/test_trtllm_gen_decode.py
10+
pytest -s tests/test_trtllm_gen_attention.py
11+
pytest -s tests/test_trtllm_gen_mla.py
1212

1313
# cudnn
1414
pytest -s tests/test_cudnn_decode.py

tests/test_trtllm_gen_attention.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def test_trtllm_batch_decode(
472472
sm_scale = float(1.0 / (head_dim**0.5))
473473

474474
output = flashinfer.decode.trtllm_batch_decode_with_kv_cache(
475-
q,
475+
q.contiguous(),
476476
kv_cache,
477477
workspace_buffer,
478478
page_table,
File renamed without changes.

0 commit comments

Comments
 (0)