Skip to content

Commit

Permalink
Corrected mark from requires_gpu to requires_cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunderberg committed May 17, 2022
1 parent fb9ec20 commit 7173c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/integration/test_reduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def check_target(device):
check_target("rocm")


@tvm.testing.requires_gpu
@tvm.testing.requires_cuda
def test_reduce_storage_reuse():
target = tvm.target.Target("cuda")

Expand Down

0 comments on commit 7173c39

Please sign in to comment.