You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2023/03/11 05:02:38 UTC

[tvm] branch nightly updated (422ca2855a -> c59bc29512)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 422ca2855a [TIR][Schedule] Fix reverse_compute_inline (#14263)
     add 302cee9948 [BYOC] DNNL C_SRC Fix (#14267)
     add 852f97d4b5 [SVE] Adding codegen tests for SVE (#14239)
     add c59bc29512 [Arith] Add simplification rule for `x - max(x+y, z)` (#14271)

No new revisions were added by this update.

Summary of changes:
 cmake/modules/contrib/DNNL.cmake                   |   1 +
 src/arith/rewrite_simplify.cc                      |   2 +
 src/relay/backend/contrib/dnnl/codegen.cc          |  52 +--
 .../python/unittest/test_arith_rewrite_simplify.py |   4 +
 .../python/unittest/test_target_codegen_aarch64.py | 480 +++++++++++++++++++++
 5 files changed, 514 insertions(+), 25 deletions(-)
 create mode 100644 tests/python/unittest/test_target_codegen_aarch64.py