diff --git a/tests/python/topi/python/test_topi_dense.py b/tests/python/topi/python/test_topi_dense.py index 235a09400387..964c1621fa47 100644 --- a/tests/python/topi/python/test_topi_dense.py +++ b/tests/python/topi/python/test_topi_dense.py @@ -135,6 +135,7 @@ def test_dense( @pytest.mark.parametrize("target,in_dtype,out_dtype", [("cuda", "int8", "int32")]) +@tvm.testing.requires_gpu def test_dense_cuda_int8( target, dev,