Skip to content

Commit 04a475c

Browse files
committed
add marker to test to requires sm100
Signed-off-by: Yaoyao Ding <dingyaoyao.cs@gmail.com>
1 parent 13f564b commit 04a475c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/instructions/test_tcgen_load_store.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def __call__(self, m_size: int, n_size: int, x_ptr: void_p, y_ptr: void_p):
5353
self.tmem.dealloc(t_a)
5454

5555

56+
@tilus.testing.requires.nvgpu_sm100
5657
@pytest.mark.parametrize("dtype", [int32, float32, float16])
5758
@pytest.mark.parametrize("block_m", [64, 128])
5859
@pytest.mark.parametrize("shape", [(128, 64), (234, 567), (1234, 2345)])

0 commit comments

Comments
 (0)