Skip to content

Commit ee7cd80

Browse files
committed
disable wave runtime
Signed-off-by: Aurore De Spirlet <aurore.despirlet@amd.com>
1 parent 3e35a9f commit ee7cd80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/python/7.1_schedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def test_dbuf_8wave_pingpong_mxfp_gemm_Bshuffle_lds(
218218
options.use_buffer_ops = True
219219
options.minimize_shared_allocs = False
220220
options.linearize_shared_access = True
221-
options.wave_runtime = True
221+
options.wave_runtime = False
222222

223223
if dynamic:
224224
options.dynamic_symbols = [tkl.sym.M, tkl.sym.N, tkl.sym.K]

0 commit comments

Comments
 (0)