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 f3b1586 Fix recast of relay ops without attributes (#8043)
add 64c1b79 [METAL] Fix codegen for inf and erf (#8054)
No new revisions were added by this update.
Summary of changes:
include/tvm/topi/elemwise.h | 86 ++++++++++++----------
src/target/source/codegen_metal.cc | 20 +++++
src/target/source/codegen_metal.h | 4 +-
src/target/source/intrin_rule_metal.cc | 19 +++++
tests/python/unittest/test_target_codegen_metal.py | 81 ++++++++++++++++++++
5 files changed, 168 insertions(+), 42 deletions(-)
create mode 100644 tests/python/unittest/test_target_codegen_metal.py