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/12/12 21:02:39 UTC

[tvm] branch main updated (760b10ae0e -> fe1d7ad4f2)

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 760b10ae0e [Torch] Stable diffusion support (#13594)
     add fe1d7ad4f2 [OpenCL][CI] Enable OpenCL cpp tests in CI (#13400)

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 ++++-
 tests/cpp-runtime/opencl/run_gtests.cc             | 60 ----------------------
 .../python/contrib/test_opencl/test_run_gtests.py  | 56 --------------------
 tests/scripts/ci.py                                |  1 +
 tests/scripts/task_config_build_gpu.sh             |  1 +
 ...cpp_unittest.sh => task_opencl_cpp_unittest.sh} |  6 +--
 10 files changed, 31 insertions(+), 138 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%)