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 759ee1236a [Support] Add Interrupt Handling in Pipe (#16255)
add 3a57a40c1b [RUNTIME][CLML] Fix for CLML ops and enable more test case
(#15896)
add f36a093c20 Update conv2d.py (#16262)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/contrib/clml.py | 118 ++-
python/tvm/topi/intel_graphics/conv2d.py | 3 +-
src/relay/backend/contrib/clml/codegen.cc | 2 +-
src/runtime/contrib/clml/clml_runtime.cc | 521 ++++++++-----
tests/python/contrib/test_clml/conftest.py | 21 +-
tests/python/contrib/test_clml/infrastructure.py | 242 +++---
tests/python/contrib/test_clml/test_network.py | 249 +++---
tests/python/contrib/test_clml/test_ops.py | 942 +++++++++++++++++------
tests/scripts/task_python_adreno.sh | 1 +
9 files changed, 1333 insertions(+), 766 deletions(-)