echuraev commented on code in PR #12490:
URL: https://github.com/apache/tvm/pull/12490#discussion_r963262834
##########
CMakeLists.txt:
##########
@@ -798,4 +798,4 @@ if(${SUMMARIZE})
print_summary()
endif()
-dump_options_to_file("${TVM_ALL_OPTIONS}")
+dump_options_to_file("${TVM_ALL_OPTIONS}")
Review Comment:
Revert this change.
##########
tests/python/relay/opencl_texture/utils/adreno_utils.py:
##########
@@ -71,7 +71,7 @@ def build_run_compare(
tvm_mod_nchwc = gpu_preprocess(tvm_mod)
else:
tvm_mod_nchwc = tvm_mod
-
+
Review Comment:
Remove the spaces
##########
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:
Why did you change input shape?
--
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]