Skip to content

Commit 4c3b3c7

Browse files
committed
fix test
Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>
1 parent 9ade40c commit 4c3b3c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/kernel/wave_gemm_mxfp_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,14 +379,14 @@ def testScaledBatchedGemmMXFP4Codegen(use_water_backend: bool, tmp_path: Path):
379379
else:
380380
vgpr_count = 164
381381
vgpr_spill_count = 0
382-
sgpr_count = 60
382+
sgpr_count = 61
383383
sgpr_spill_count = 0
384384
waitcounts = [
385385
"s_waitcnt lgkmcnt(0)",
386386
"s_waitcnt vmcnt(0)",
387387
"s_waitcnt vmcnt(0) lgkmcnt(0)",
388388
"s_waitcnt vmcnt(0)",
389-
"s_waitcnt lgkmcnt(1)",
389+
"s_waitcnt lgkmcnt(7)",
390390
"s_waitcnt lgkmcnt(6)",
391391
"s_waitcnt lgkmcnt(5)",
392392
"s_waitcnt lgkmcnt(4)",

0 commit comments

Comments
 (0)