Skip to content

Commit

Permalink
add pyteset decorator to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sunggg committed Jan 27, 2022
1 parent de94153 commit b0b24e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/python/unittest/test_meta_schedule_byoc_tensorrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ def eval_func(rt_mod, device, evaluator_config, repeated_args):
).evaluate()


@tvm.testing.requires_cuda
@has_tensorrt_codegen
@has_tensorrt_runtime
def test_conv2d_relu():
data_shape = (1, 1280, 14, 14)
out_channels = 256
Expand Down

0 comments on commit b0b24e3

Please sign in to comment.