Skip to content
Merged
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 python/test/unit/language/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5861,7 +5861,7 @@ def simple(data, out):

def test_num_ctas_pre_sm90(device):
if not is_cuda() and not is_hip():
pytest.skip("Only supported on CUDA and HIP")
pytest.xfail("Only supported on CUDA and HIP")

@triton.jit
def _kernel(src):
Expand Down