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 11238b5 [Relay][QNN] Support for non scalar zero points in qnn.conv2d
(#8620)
add bf3669d [Topi][Testing] Float16 unittests for dense, conv2d,
depthwise conv2d (#8529)
No new revisions were added by this update.
Summary of changes:
python/tvm/topi/testing/common.py | 51 +++++++++
python/tvm/topi/testing/conv2d_nchw_python.py | 55 +++++++++-
python/tvm/topi/testing/depthwise_conv2d_python.py | 118 ++++++---------------
python/tvm/topi/testing/dilate_python.py | 35 +++---
tests/python/topi/python/test_topi_conv2d_nchw.py | 63 +++++++++--
tests/python/topi/python/test_topi_conv3d_ncdhw.py | 2 +-
.../topi/python/test_topi_conv3d_winograd.py | 2 +-
tests/python/topi/python/test_topi_dense.py | 47 +++++---
.../topi/python/test_topi_depthwise_conv2d.py | 61 +++++++++--
9 files changed, 302 insertions(+), 132 deletions(-)