You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/09/09 19:01:59 UTC

[tvm] branch main updated (14999f8add -> 574794e915)

This is an automated email from the ASF dual-hosted git repository.

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 14999f8add [TVMScript][TIR] Clarify scope of BlockNode::iter_vars (#12726)
     add 574794e915 [OpenCL] Enable OpenCL for GPU tests (#12490)

No new revisions were added by this update.

Summary of changes:
 src/runtime/opencl/opencl_common.h                 |   2 +-
 tests/cpp-runtime/opencl/opencl_timer_test.cc      |   1 +
 tests/cpp-runtime/opencl/run_gtests.cc             |   2 +-
 .../python/contrib/test_opencl/test_run_gtests.py  |   1 +
 tests/python/driver/tvmc/test_compiler.py          |   3 +-
 .../test_conv2d_nchw_texture.py                    | 107 ++++++++-------------
 .../test_conv2d_nhwc_texture.py                    |  92 +++++++-----------
 .../test_depthwise_conv2d_nchw_texture.py          |  26 ++---
 .../test_depthwise_conv2d_nhwc_texture.py          |  32 +++---
 .../{ => opencl_texture}/utils/adreno_utils.py     |   0
 .../python/unittest/test_target_codegen_vulkan.py  |   3 +
 tests/scripts/task_config_build_gpu.sh             |   1 +
 tests/scripts/task_python_integration.sh           |   6 +-
 tests/scripts/task_python_integration_gpuonly.sh   |   3 +-
 14 files changed, 112 insertions(+), 167 deletions(-)
 rename tests/python/relay/{ => opencl_texture}/test_conv2d_nchw_texture.py (90%)
 rename tests/python/relay/{ => opencl_texture}/test_conv2d_nhwc_texture.py (87%)
 rename tests/python/relay/{ => opencl_texture}/test_depthwise_conv2d_nchw_texture.py (91%)
 rename tests/python/relay/{ => opencl_texture}/test_depthwise_conv2d_nhwc_texture.py (91%)
 rename tests/python/relay/{ => opencl_texture}/utils/adreno_utils.py (100%)