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 2020/03/11 01:24:14 UTC

[incubator-tvm] branch master updated (6026af5 -> 45ee7b5)

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

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


    from 6026af5  [CI] Temporary disable rust test (#5029)
     add 45ee7b5  [topi][relay] new PR to re-add tan to TVM (#5025)

No new revisions were added by this update.

Summary of changes:
 docs/frontend/tensorflow.rst                     |  1 +
 include/tvm/tir/op.h                             |  1 +
 python/tvm/relay/frontend/mxnet.py               |  1 +
 python/tvm/relay/frontend/tensorflow.py          |  1 +
 python/tvm/relay/frontend/tflite.py              |  8 ++++++++
 python/tvm/relay/op/_tensor.py                   |  2 ++
 python/tvm/relay/op/_tensor_grad.py              |  7 +++++++
 python/tvm/relay/op/tensor.py                    | 15 +++++++++++++++
 python/tvm/te/__init__.py                        |  2 +-
 python/tvm/tir/__init__.py                       |  2 +-
 python/tvm/tir/op.py                             | 16 ++++++++++++++++
 src/relay/op/tensor/unary.cc                     | 11 +++++++++++
 src/target/intrin_rule.cc                        |  3 +++
 src/target/llvm/intrin_rule_llvm.cc              | 14 ++++++++++++++
 src/target/llvm/intrin_rule_nvptx.cc             |  3 +++
 src/target/llvm/intrin_rule_rocm.cc              |  3 +++
 src/target/source/intrin_rule_cuda.cc            | 19 +++++++++++++++++++
 src/tir/ir/expr.cc                               |  2 +-
 tests/python/frontend/tensorflow/test_forward.py | 10 ++++++++++
 tests/python/frontend/tflite/test_forward.py     |  8 ++++++++
 tests/python/relay/test_op_grad_level1.py        |  1 +
 tests/python/relay/test_op_level1.py             |  1 +
 tests/python/unittest/test_testing.py            |  1 +
 topi/include/topi/elemwise.h                     |  1 +
 topi/python/topi/math.py                         | 17 +++++++++++++++++
 topi/src/topi.cc                                 |  5 +++++
 topi/tests/python/test_topi_basic.py             |  1 +
 topi/tests/python/test_topi_math.py              |  2 ++
 28 files changed, 155 insertions(+), 3 deletions(-)