Skip to content

Commit 0f499b9

Browse files
[TEST] xfail HW specific tests
Signed-off-by: Whitney Tsang <[email protected]>
1 parent f694fd7 commit 0f499b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/test/gluon/test_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def test_async_copy_mbarrier(device):
140140
torch.testing.assert_close(out[20:], torch.zeros((12, 32), **tensor_opts))
141141

142142

143-
@pytest.mark.skipif(not is_hopper_or_newer(), reason="Requires Hopper")
143+
@pytest.mark.xfail(not is_hopper_or_newer(), reason="Requires Hopper", run=False)
144144
def test_device_tma_load():
145145

146146
@gluon.jit
@@ -188,7 +188,7 @@ def alloc_fn(size: int, alignment: int, stream: int):
188188
torch.testing.assert_close(input, output)
189189

190190

191-
@pytest.mark.skipif(not is_hopper_or_newer(), reason="Requires Hopper")
191+
@pytest.mark.xfail(not is_hopper_or_newer(), reason="Requires Hopper", run=False)
192192
def test_device_tma_store():
193193

194194
@gluon.jit

0 commit comments

Comments
 (0)