You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by li...@apache.org on 2020/01/15 03:36:06 UTC

[incubator-tvm] branch master updated (ce807fe -> 7f7dc07)

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

liuyizhi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from ce807fe  [REFACTOR][IR] Unify IntImm and UIntImm (#4706)
     add 7f7dc07  use packed func macro for external codegen (#4710)

No new revisions were added by this update.

Summary of changes:
 python/tvm/_ffi/libinfo.py                      |  11 ++-
 src/relay/backend/contrib/codegen_c/codegen.cc  |   5 +-
 src/relay/backend/contrib/codegen_c/codegen_c.h |  57 +++++-------
 src/relay/backend/contrib/dnnl/codegen.cc       |   1 +
 tests/python/relay/test_external_runtime.py     | 111 ++++++++++--------------
 5 files changed, 81 insertions(+), 104 deletions(-)