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/06/01 15:39:19 UTC

[incubator-tvm] branch master updated (12cfe4a -> b0959d4)

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 12cfe4a  [AutoTVM][TOPI] Fix bifrost spatial packing conv2d auto tune (#5684)
     add b0959d4  [Arith] ExtendedEuclidean merge impl to int_operator (#5625)

No new revisions were added by this update.

Summary of changes:
 include/tvm/arith/util.h           | 45 --------------------------
 src/arith/int_operator.h           | 65 ++++++++++++++++++++++++++++++++++++++
 src/arith/modular_set.cc           | 61 -----------------------------------
 src/arith/solve_linear_equation.cc |  7 ++--
 src/arith/util.cc                  | 53 -------------------------------
 5 files changed, 69 insertions(+), 162 deletions(-)
 delete mode 100644 include/tvm/arith/util.h
 delete mode 100644 src/arith/util.cc