valmat07 commented on code in PR #12490: URL: https://github.com/apache/tvm/pull/12490#discussion_r963511628
########## tests/python/relay/opencl_texture/test_conv2d_nhwc_texture.py: ########## @@ -398,11 +384,9 @@ def test_conv2d_inceptionv3_nhwc_3c(): @tvm.testing.requires_opencl -def test_conv2d_1x1_16c16spatial(): - target = "opencl --device=adreno" - dtype = "float16" - - input_shape = (1, 256, 256, 16) [email protected]_targets("opencl -device=adreno") +def test_conv2d_1x1_16c16spatial(target, dtype): + input_shape = (1, 128, 128, 16) Review Comment: Because there was an error that there is not enough memory for opencl -- 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]
