valmat07 commented on code in PR #12490: URL: https://github.com/apache/tvm/pull/12490#discussion_r962766542
########## tests/python/relay/opencl_texture/test_conv2d_nhwc_texture.py: ########## @@ -313,10 +303,9 @@ def test_conv2d_inceptionv3_35_35_strides(): @tvm.testing.requires_opencl -def test_conv2d_resnet50_v2_nhwc_3c(): - target = "opencl --device=adreno" - dtype = "float16" - [email protected]_targets("opencl -device=adreno") [email protected](raises=tvm._ffi.base.TVMError) Review Comment: Some test in `test_conv2d_nhwc_texture.py` marked as xfail because in CI we have nvidia opencl lib, and this tests fails in the CI. Locally, on my nvidia device, i also have this problem, but when I tried to run tests on my adreno device, everything works fine. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
