You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2021/02/11 19:00:18 UTC

[tvm] branch main updated (6b58321 -> 8b9005f)

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

junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 6b58321  [BYOC][TRT] Fix small bug preventing TRT runtime compilation for versions < 6 (#7372)
     add 8b9005f  Make the TVM targets list available in Python (#7427)

No new revisions were added by this update.

Summary of changes:
 include/tvm/target/target_kind.h            | 5 +++++
 python/tvm/target/target.py                 | 5 +++++
 src/target/target_kind.cc                   | 9 +++++++++
 tests/cpp/target_test.cc                    | 6 ++++++
 tests/python/unittest/test_target_target.py | 8 ++++++++
 5 files changed, 33 insertions(+)