This is an automated email from the ASF dual-hosted git repository.
echuraev pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 3829ebb68c [TVMScript] Handle AllocatedPoolInfo, ConstantPoolInfo,
ConstantInfo (#14812)
add cca7d78334 [OpenCLML] Transposed convolution support and other fixes
(#14767)
No new revisions were added by this update.
Summary of changes:
apps/cpp_rtvm/tvm_runner.h | 3 +-
cmake/modules/LibInfo.cmake | 1 +
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/support/libinfo.cc | 1 +
tests/python/contrib/test_clml/infrastructure.py | 2 +
tests/python/contrib/test_clml/test_ops.py | 107 +++++++++++++-
8 files changed, 271 insertions(+), 104 deletions(-)