You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/06/10 23:45:24 UTC

[tvm] branch main updated (dc522a6ff6 -> e8712a9198)

This is an automated email from the ASF dual-hosted git repository.

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from dc522a6ff6 [Hexagon] Run single RPC server on Android in each testing session  (#11547)
     add e8712a9198 [BYOC][DNNL] Improve performance of DNNL BYOC dense operator (#11513)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/dnnl.py             | 123 +++++++++++++++++++++++-
 src/relay/backend/contrib/dnnl/codegen.cc       |   4 +-
 src/relay/backend/utils.h                       |  32 ++++++
 src/runtime/contrib/dnnl/dnnl_json_runtime.cc   |   9 +-
 tests/python/contrib/test_dnnl.py               | 103 +++++++++++++++++---
 tests/python/relay/test_pass_partition_graph.py |   6 +-
 6 files changed, 250 insertions(+), 27 deletions(-)