Skip to content

Commit bb7f9b6

Browse files
committed
Fix test: mbarrier.try_wait requires .target sm_90 or higher
1 parent 2c1b4cd commit bb7f9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/tir-base/test_tir_ptx_cp_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def ptx_cp_async_barrier(
9494
B[tx, i] = A_shared[tx, i]
9595

9696

97-
@tvm.testing.requires_cuda_compute_version(8)
97+
@tvm.testing.requires_cuda_compute_version(9)
9898
def test_ptx_cp_async_barrier():
9999
f = ptx_cp_async_barrier
100100

0 commit comments

Comments
 (0)