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 7ef521fad6 [COMMUNITY] Add new key for release signing (#16419)
add a5e883e846 [RUNTIME][CLML] Fix for Softmax op for 4D tensors (#16328)
add e1c430c7e3 [Relay][Frontend][Torch] fix pytorch frontend linspace op
(#16417)
add 827beed0d6 [CMake] Enable cuda lang if USE_CUDA is on (#16426)
add 614a7a9e31 [CI][WASM] Update emsdk and nodejs version (#16420)
No new revisions were added by this update.
Summary of changes:
cmake/modules/CUDA.cmake | 5 +-
docker/install/ubuntu_install_emscripten.sh | 4 +-
docker/install/ubuntu_install_nodejs.sh | 2 +-
python/tvm/relay/frontend/pytorch.py | 2 +-
python/tvm/relay/op/contrib/clml.py | 3 +-
src/runtime/contrib/clml/clml_runtime.cc | 62 +++++++++++++++----
tests/python/contrib/test_clml/test_ops.py | 86 +++++++++++++++------------
tests/python/frontend/pytorch/test_forward.py | 5 ++
8 files changed, 108 insertions(+), 61 deletions(-)