You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/09/17 21:49:23 UTC

[incubator-tvm] branch master updated (74254c3 -> ded3b5d)

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

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


    from 74254c3  Switch CRC-CCITT libraries (#6499)
     add ded3b5d  [TIR][Hybrid] Hybrid Script Improvement (#6507)

No new revisions were added by this update.

Summary of changes:
 python/tvm/hybrid/_ffi_api.py                     |    3 +-
 python/tvm/hybrid/intrin.py                       |  108 +-
 python/tvm/hybrid/parser.py                       |  318 +++---
 python/tvm/hybrid/registry.py                     |  357 ++++--
 python/tvm/hybrid/scope_handler.py                |  190 +++-
 python/tvm/hybrid/special_stmt.py                 |   48 +-
 python/tvm/hybrid/ty.py                           |    6 +-
 src/printer/tir_hybrid_printer.cc                 |  130 ++-
 tests/python/unittest/test_hybrid_error_report.py |   46 +-
 tests/python/unittest/test_hybrid_roundtrip.py    | 1230 ++++++++-------------
 10 files changed, 1207 insertions(+), 1229 deletions(-)