Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 3rdparty/cutlass
Submodule cutlass updated 221 files
2 changes: 1 addition & 1 deletion tests/python/tir-base/test_tir_ptx_cp_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def ptx_cp_async_barrier(
B[tx, i] = A_shared[tx, i]


@pytest.mark.xfail(reason="temp skip test due to cuda env update")
@tvm.testing.requires_cuda_compute_version(9)
def test_ptx_cp_async_barrier():
f = ptx_cp_async_barrier

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@ def ptx_global_to_shared_copy_fp32x1_barrier(
B[tx, i] = A_shared[tx, i]


@pytest.mark.xfail(reason="temp skip test due to cuda env update")
@tvm.testing.requires_cuda
@tvm.testing.requires_cuda_compute_version(9)
def test_inject_async_copy_barrier():
dtype = "float32"
vec_size = 1
Expand Down
Loading