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/10/08 20:20:10 UTC

[incubator-tvm] branch master updated (a919824 -> 1fc47cc)

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 a919824  Add Range op to ONNX, make tvm arange op support negative steps (#6647)
     add 1fc47cc  [µTVM] Avoid use of builtin math functions (#6630)

No new revisions were added by this update.

Summary of changes:
 python/tvm/micro/build.py              | 46 ++++++++++++++++++++++++++--------
 python/tvm/micro/compiler.py           |  2 +-
 python/tvm/micro/debugger.py           | 10 ++++----
 python/tvm/micro/transport.py          |  6 ++---
 src/runtime/crt/common/func_registry.c |  6 ++++-
 src/target/source/codegen_c_host.cc    |  1 +
 tests/python/unittest/test_crt.py      | 17 +++++++++++++
 7 files changed, 68 insertions(+), 20 deletions(-)