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 440aae25fb [Testing] Use TVMScript's "name" argument for error
messages (#14808)
add afa1f63ea5 [TIR] Improved parameter name in DLTensor unpacking error
messages (#14776)
add 3829ebb68c [TVMScript] Handle AllocatedPoolInfo, ConstantPoolInfo,
ConstantInfo (#14812)
add cca7d78334 [OpenCLML] Transposed convolution support and other fixes
(#14767)
add a1c1ccafa1 [SUPPORT] Fix RingBuffer ReadWithCallback (#14743)
No new revisions were added by this update.
Summary of changes:
apps/cpp_rtvm/tvm_runner.h | 3 +-
cmake/modules/LibInfo.cmake | 1 +
include/tvm/tir/usmp/utils.h | 2 +-
python/tvm/ir/memory_pools.py | 2 +-
python/tvm/relay/op/contrib/clml.py | 45 +++++-
src/relay/backend/contrib/clml/codegen.cc | 40 +++--
src/runtime/contrib/clml/clml_runtime.cc | 176 +++++++++++----------
src/script/printer/tir/usmp.cc | 58 +++++++
src/support/libinfo.cc | 1 +
src/support/ring_buffer.h | 15 +-
src/tir/transforms/make_packed_api.cc | 22 ++-
tests/cpp/support/ring_buffer_test.cc | 68 ++++++++
tests/python/contrib/test_clml/infrastructure.py | 2 +
tests/python/contrib/test_clml/test_ops.py | 107 ++++++++++++-
.../relay/aot/test_crt_forward_declarations.py | 4 +-
15 files changed, 428 insertions(+), 118 deletions(-)
create mode 100644 src/script/printer/tir/usmp.cc
create mode 100644 tests/cpp/support/ring_buffer_test.cc