This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from fa5460242e [MetaSchedule] Enhance CPU auto vectorization (#11404)
add 83c9ee1a26 Fix int8 cuda kernels on older SM versions (#11389)
add df632baa78 [Tests] Replace the Relay interpreter with the VM in the op
tests (#11386)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/testing/__init__.py | 9 +-
python/tvm/target/target.py | 4 +
python/tvm/topi/cuda/batch_matmul.py | 7 +-
python/tvm/topi/cuda/conv2d_int8.py | 7 +-
python/tvm/topi/cuda/dense.py | 6 +-
python/tvm/topi/cuda/group_conv2d_nchw.py | 4 +-
tests/python/relay/dyn/test_dynamic_op_level10.py | 54 ++---
tests/python/relay/dyn/test_dynamic_op_level2.py | 46 +++--
tests/python/relay/dyn/test_dynamic_op_level3.py | 71 ++++---
tests/python/relay/dyn/test_dynamic_op_level5.py | 15 +-
tests/python/relay/dyn/test_dynamic_op_level6.py | 27 +--
tests/python/relay/test_op_grad_level1.py | 38 ++--
tests/python/relay/test_op_grad_level10.py | 37 +++-
tests/python/relay/test_op_grad_level2.py | 151 +++++++++-----
tests/python/relay/test_op_grad_level3.py | 74 +++----
tests/python/relay/test_op_grad_level4.py | 47 +++--
tests/python/relay/test_op_level1.py | 39 ++--
tests/python/relay/test_op_level10.py | 236 ++++++++++++----------
tests/python/relay/test_op_level2.py | 32 +--
tests/python/relay/test_op_level3.py | 69 +++----
tests/python/relay/test_op_level4.py | 48 +++--
tests/python/relay/test_op_level5.py | 166 ++++++---------
tests/python/relay/test_op_level6.py | 55 +++--
23 files changed, 657 insertions(+), 585 deletions(-)