We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c83f1 commit b5c0049Copy full SHA for b5c0049
python/test/gluon/test_core.py
@@ -69,7 +69,7 @@ def test_copy_kernel(layout, XBLOCK, device):
69
torch.testing.assert_close(out, inp)
70
71
72
-@pytest.mark.skipif(not is_hopper_or_newer(), reason="Requires Hopper")
+@pytest.mark.xfail(not is_hopper_or_newer(), reason="Requires Hopper", run=False)
73
def test_copy_kernel_multi_cta():
74
XBLOCK = 2048
75
layout = ttgl.BlockedLayout(size_per_thread=[8], threads_per_warp=[THREADS_PER_WARP], warps_per_cta=[8], order=[0],
0 commit comments