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 685355e2c7 [Relax] Minor updates for NN frontend (#16558)
     add c5aaa99cc5 [Unity] Check for symbolic vars in PrimValue in when 
lowering to TIR (#16564)
     add 7336debd8d [Bugfix][Relax] Remove call to tvm.build for empty TIR 
module (#16561)
     add 07ecb34006 [microNPU][ETHOSU] Add fixed point for matmul (#16401)
     add 059f629ec2 [BYOC] Skip processed functions in FuseOpsByPattern and 
RunCodegen (#16567)
     add 2b813ec04f [Upd] Enable lld search to include /opt/rocm/llvm/bin for 
rocm (#16540)
     add 274c368dba [Bugfix][Transform] Keep private non-primitive functions in 
FuseTIR (#16565)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relax/transform.h                      |   5 +-
 python/tvm/contrib/rocm.py                         |   2 +-
 python/tvm/driver/build_module.py                  |   3 +
 python/tvm/relax/utils.py                          |   7 +-
 python/tvm/relax/vm_build.py                       |  16 +-
 .../tvm/relay/backend/contrib/ethosu/legalize.py   |  50 ++++-
 python/tvm/relay/op/contrib/ethosu.py              |  76 ++++++-
 src/driver/driver_api.cc                           |   1 +
 src/relax/transform/fuse_ops.cc                    |  10 +-
 src/relax/transform/fuse_tir.cc                    | 235 +++++++++++----------
 src/relay/op/contrib/ethosu/identity.cc            |   3 +-
 tests/python/contrib/test_ethosu/test_codegen.py   |  51 +++++
 tests/python/relax/test_blockbuilder_emit_te.py    |  54 +++++
 .../relax/test_transform_fuse_ops_by_pattern.py    |   9 +
 tests/python/relax/test_transform_fuse_tir.py      |  60 ++++++
 tests/python/relax/test_vm_build.py                |  20 ++
 16 files changed, 465 insertions(+), 137 deletions(-)

Reply via email to