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 5655fa853c [Bugfix][TIR] Removed passing of IterMapExpr into
PrettyPrint (#11412)
add 51c44ff1d6 [Topi][Relay] Support for FP16 ERF on CPU. (#11413)
No new revisions were added by this update.
Summary of changes:
include/tvm/topi/elemwise.h | 12 +++++++
python/tvm/relay/op/_tensor.py | 23 +++++++++++-
python/tvm/topi/math.py | 24 ++++++++++++-
python/tvm/topi/x86/__init__.py | 1 +
python/tvm/topi/x86/math_alter_op.py | 58 ++++++++++++++++++++++++++++++
tests/python/relay/test_op_level1.py | 44 ++++++++++++-----------
tests/python/topi/python/test_topi_math.py | 18 ++++++----
7 files changed, 152 insertions(+), 28 deletions(-)
create mode 100644 python/tvm/topi/x86/math_alter_op.py