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/07/28 16:06:15 UTC

[incubator-tvm] branch master updated (d35a149 -> a02d377)

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 d35a149  [CI][Caffe Frontend] add caffe environment (#6023)
     add a02d377  [TIR][Bugfix] Improved massive build times caused by tir.floormod and tir.floordiv. Fixed Topi testcase. (#5666)

No new revisions were added by this update.

Summary of changes:
 src/target/llvm/codegen_llvm.cc          |  8 +++++-
 src/target/llvm/codegen_llvm.h           |  5 ++++
 src/target/source/codegen_c.cc           |  8 +++++-
 src/target/source/codegen_c.h            |  5 ++++
 src/target/spirv/codegen_spirv.cc        |  8 +++++-
 src/target/spirv/codegen_spirv.h         |  5 ++++
 src/tir/transforms/lower_intrin.cc       | 47 +++++++++++++++++++++-----------
 src/tir/transforms/split_host_device.cc  | 22 +++++++++++++--
 topi/tests/python/test_topi_broadcast.py | 27 ++++++------------
 9 files changed, 96 insertions(+), 39 deletions(-)