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 eb493110a8 Constant name prefix added (#11509)
add 5aabeb741f Enable QNN primitives for DNNL runtime (#11642)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/contrib/dnnl.py | 279 +++++++++++-
src/relay/backend/contrib/dnnl/codegen.cc | 100 ++++-
src/relay/backend/contrib/dnnl/comp_op_matcher.h | 245 +++++++++++
src/runtime/contrib/dnnl/dnnl_json_runtime.cc | 132 ++++--
src/runtime/contrib/dnnl/dnnl_tensor_requisite.h | 1 +
tests/python/contrib/test_dnnl.py | 539 ++++++++++++++++++++++-
tests/python/relay/test_pass_partition_graph.py | 10 +-
7 files changed, 1265 insertions(+), 41 deletions(-)
create mode 100644 src/relay/backend/contrib/dnnl/comp_op_matcher.h