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 2021/05/21 04:52:04 UTC

[tvm] branch main updated (9396a66 -> 0d38a92)

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

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


    from 9396a66  [Vulkan][Codegen] Added spvValidate check after vulkan shader generation (#8098)
     add 0d38a92  [Relay, ONNX] Support gather_nd batch_dims attribute for TF/ONNX (#8084)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/transform.h        |  7 ++++
 include/tvm/topi/transform.h               | 10 ++++--
 python/tvm/relay/frontend/onnx.py          | 15 ++++++--
 python/tvm/relay/op/transform.py           | 11 ++++--
 src/relay/op/tensor/transform.cc           | 38 ++++++++++++++++-----
 tests/python/frontend/onnx/test_forward.py | 25 ++++++++++++--
 tests/python/relay/test_op_level3.py       | 55 ++++++++++++++++++++++++++++--
 7 files changed, 140 insertions(+), 21 deletions(-)