Skip to content

Commit c3e87a0

Browse files
authored
Fix decorator syntax for atomic_different_memory_orders_program
1 parent 8f58e93 commit c3e87a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/python/language/test_tilelang_language_atomic_add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def test_atomic_addx2():
260260
run_atomic_addx2(32, 64, 8, 16)
261261

262262

263-
@tilelang.jit()
263+
@tilelang.jit
264264
def atomic_different_memory_orders_program(M, N, block_M, block_N, dtype="float"):
265265

266266
@T.prim_func

0 commit comments

Comments
 (0)