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 4d99ec5d9e [Relax] Fix bug in convert_layout pass (#17541)
add 92e2bba08e [CI] Upgrade CI image to `20241105-030952-3e386fd3` (#17451)
No new revisions were added by this update.
Summary of changes:
ci/jenkins/docker-images.ini | 20 +--
ci/jenkins/unity_jenkinsfile.groovy | 8 +-
docs/conf.py | 11 +-
gallery/how_to/compile_models/from_oneflow.py | 182 ---------------------
python/tvm/contrib/sparse.py | 2 +-
python/tvm/relax/expr.py | 2 +-
.../frontend/stablehlo/stablehlo_translator.py | 8 +-
python/tvm/tir/schedule/schedule.py | 3 +-
tests/python/codegen/test_target_codegen_vulkan.py | 2 +-
.../codegen/test_target_texture_codegen_opencl.py | 2 +
tests/python/contrib/test_cublas.py | 14 +-
tests/python/frontend/coreml/test_forward.py | 9 +-
tests/python/relax/test_frontend_stablehlo.py | 24 ---
tests/scripts/task_python_docs.sh | 2 +
tests/scripts/task_python_frontend.sh | 6 -
tests/scripts/task_python_frontend_cpu.sh | 3 -
16 files changed, 47 insertions(+), 251 deletions(-)
delete mode 100644 gallery/how_to/compile_models/from_oneflow.py