You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/12/13 05:02:42 UTC

[tvm] branch nightly updated (970110302d -> 51431d5a8c)

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

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 970110302d [TIR][Schedule] Support for specific consumer block targeting in cache_write (#13510)
     add ae07437a32 [LLVM] Fix get tm allow_missing check pos (#13591)
     add 760b10ae0e [Torch] Stable diffusion support (#13594)
     add fe1d7ad4f2 [OpenCL][CI] Enable OpenCL cpp tests in CI (#13400)
     add 51431d5a8c [Relay] Bug fix in relay.squeeze function for issue #12400 (#12684)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     | 15 ------
 ci/jenkins/docker-images.ini                       |  2 +-
 ci/jenkins/generated/gpu_jenkinsfile.groovy        |  8 +++
 ci/jenkins/templates/gpu_jenkinsfile.groovy.j2     |  8 +++
 cmake/modules/OpenCL.cmake                         | 12 ++++-
 python/tvm/relay/frontend/pytorch.py               | 18 ++++++-
 python/tvm/relay/op/transform.py                   | 26 ++++++++--
 src/target/llvm/llvm_instance.cc                   |  6 +--
 tests/cpp-runtime/opencl/run_gtests.cc             | 60 ----------------------
 .../python/contrib/test_opencl/test_run_gtests.py  | 56 --------------------
 tests/python/frontend/pytorch/test_forward.py      | 16 +++++-
 tests/python/relay/test_op_level3.py               |  7 ++-
 tests/scripts/ci.py                                |  1 +
 tests/scripts/task_config_build_gpu.sh             |  1 +
 ...cpp_unittest.sh => task_opencl_cpp_unittest.sh} |  6 +--
 15 files changed, 93 insertions(+), 149 deletions(-)
 delete mode 100644 tests/cpp-runtime/opencl/run_gtests.cc
 delete mode 100644 tests/python/contrib/test_opencl/test_run_gtests.py
 copy tests/scripts/{task_cpp_unittest.sh => task_opencl_cpp_unittest.sh} (91%)