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/03/11 16:03:40 UTC

[incubator-tvm] branch master updated (a6cb4b8 -> d56829e)

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 a6cb4b8  [Intrin] Adding a few missing math intrin  (#5011)
     add d56829e  Conv3D ONNX support and conv3D_ncdhw x86 schedules (#4949)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/onnx.py           |  16 +-
 python/tvm/relay/op/strategy/x86.py         |   7 +-
 tests/python/frontend/onnx/test_forward.py  |  76 +++++----
 topi/python/topi/x86/conv3d.py              | 244 +++++++++++++++++++++++++++-
 topi/tests/python/test_topi_conv3d_ncdhw.py |   1 +
 5 files changed, 298 insertions(+), 46 deletions(-)