Skip to content

Commit

Permalink
Add missing annotation for requires_gpu in test_topi_dense.py Require…
Browse files Browse the repository at this point in the history
…s GPU (apache#8387)
  • Loading branch information
Ramana Radhakrishnan authored and ylc committed Jan 13, 2022
1 parent 99071af commit 58096e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/topi/python/test_topi_dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 58096e1

Please sign in to comment.