Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
echuraev committed Mar 28, 2023
1 parent f4b54d2 commit 93a11bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/python/relay/opencl_texture/test_injection_texture.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ def test_layout_transform_to_block_nhwc4c(remote, target, dtype):
build_run_compare(remote, mod, {}, {"data": input_shape}, {"data": dtype}, target)


@pytest.mark.skipif(tvm.testing.utils.IS_IN_CI, reason="Skip because GPU in CI doesn't support FP16")
@pytest.mark.skipif(
tvm.testing.utils.IS_IN_CI, reason="Skip because GPU in CI doesn't support FP16"
)
@tvm.testing.requires_opencl
@tvm.testing.parametrize_targets("opencl -device=adreno")
def test_layout_transform_to_block_nhwc(remote, target, dtype):
Expand Down

0 comments on commit 93a11bf

Please sign in to comment.