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 c547bbb13d [Relay][Frontend][Onnx] SequenceAt and SplitToSequence 
Operators (#13602)
     add c6652bca87 [Relay][TIR] Add utility to lower Relay func to TIR prim 
func (#13606)
     add 866bec03ad [microNPU] Disable copying weights to SRAM for 
FullyConnected ops in CopyConstants scheduler (#13588)
     add 949089d698 [microTVM][Zephyr] Fix TVMC test on hardware (#13598)
     add 496ca9a479 [LLVM] Use std::nullopt instead of llvm::None (#13617)
     add 795945be4e [Hexagon] Switch from default_rng to random in Hexagon 
tests (#13616)
     add 57a13a2324 [Metaschedule] Aligning get_top_k logic in MemoryDatabase 
and JSONDatabase (#13611)
     add 7fd0cdb230 [TOPI] Fix batch_matmul tensorcore legalize for transpose_b 
= False case (#13618)
     add cc0f27a8b1 [Relay] Remove overwriting of matmul shapes when they are 
static (#13615)

No new revisions were added by this update.

Summary of changes:
 .../relay/backend/contrib/ethosu/tir/scheduler.py  | 10 +++-
 python/tvm/relay/backend/te_compiler.py            | 23 +++++++++
 python/tvm/topi/cuda/tensorcore_alter_op.py        | 32 +++++++++++--
 src/meta_schedule/database/json_database.cc        | 10 +++-
 src/meta_schedule/database/memory_database.cc      | 12 ++++-
 src/relay/backend/task_extraction.cc               |  6 +--
 src/relay/backend/te_compiler_cache.cc             | 27 +++++++++++
 src/relay/backend/te_compiler_cache.h              | 20 ++++++--
 src/relay/op/nn/nn.h                               | 33 ++++++++-----
 src/target/llvm/codegen_llvm.cc                    |  2 +-
 tests/micro/common/test_tvmc.py                    | 46 +++++++++---------
 tests/python/contrib/test_ethosu/test_scheduler.py | 16 +++++++
 .../contrib/test_hexagon/test_parallel_hvx.py      |  6 +--
 .../test_hexagon/test_parallel_hvx_load_vtcm.py    |  5 +-
 .../contrib/test_hexagon/test_parallel_scalar.py   |  8 ++--
 .../contrib/test_hexagon/test_vtcm_bandwidth.py    |  4 +-
 tests/python/relay/test_op_level1.py               |  3 ++
 .../python/relay/test_pass_legalize_tensorcore.py  | 43 ++++++++++++++---
 .../python/unittest/test_meta_schedule_database.py | 39 +++++++++++++++
 ...sform_plan_update_buffer_allocation_location.py | 56 ++++++++++++++++++++++
 20 files changed, 325 insertions(+), 76 deletions(-)

Reply via email to