This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 6282658e19 [CI Image] support CSI-NN2 in ci_qemu (#11689)
add b63801c4cd [TE Schedule] Fix broken 2D softmax TE schedules when
axis=0 (#11803)
add a363a04720 [CI] Update GPU image to add DNNL (#11786)
add 7b0f791e12 [LLVM] Retrieve entire target string from LLVMModule
(#11802)
add a5366a7d19 [TIR] Add SHash and SEqual to IndexMap (#11798)
add 32d16eb358 [skip ci] Use Stanford Cars mirror to fix CI docs build
(#11812)
add 5056eb751b Change new concat (#11800)
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 4 +-
gallery/how_to/work_with_microtvm/micro_train.py | 13 +++---
include/tvm/tir/index_map.h | 13 +++++-
jenkins/Jenkinsfile.j2 | 2 +-
python/tvm/runtime/module.py | 16 ++++----
python/tvm/topi/cuda/softmax.py | 21 ++++++----
python/tvm/topi/nn/softmax.py | 6 ++-
python/tvm/topi/x86/concat.py | 48 +++++++++++-----------
src/target/codegen.cc | 4 +-
src/target/llvm/codegen_blob.cc | 4 +-
src/target/llvm/codegen_blob.h | 2 +-
src/target/llvm/llvm_module.cc | 28 ++++---------
tests/python/topi/python/test_topi_softmax.py | 34 +++++++--------
.../unittest/test_micro_model_library_format.py | 4 +-
14 files changed, 100 insertions(+), 99 deletions(-)