You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2021/06/24 17:48:10 UTC

[tvm] branch main updated (6b7b966 -> 07701f2)

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

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


    from 6b7b966  [Relay][Frontend][Onnx] Enable group_conv1d import through conv2d conversion. (#8321)
     add 07701f2  [UnitTests] Automatic parametrization over targets, with explicit opt-out (#8010)

No new revisions were added by this update.

Summary of changes:
 conftest.py                                        |  20 +-
 python/tvm/testing.py                              | 600 +++++++++++++++++++--
 tests/python/topi/python/test_topi_relu.py         |  77 ++-
 tests/python/unittest/test_tvm_testing_features.py | 149 +++++
 4 files changed, 760 insertions(+), 86 deletions(-)
 create mode 100644 tests/python/unittest/test_tvm_testing_features.py