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 c0f148a231 [TIR][Analysis] Implement IdentifyMemCpy analysis function 
(#13947)
     add 736cecab3f [HotFix][MetaSchedule] Turn off database shash check 
(#14188)
     add 22c47ee6de [TOPI] Batch Norm Training Mode (#14190)
     add baedf7f04d [TOPI] Group normalization (#14193)

No new revisions were added by this update.

Summary of changes:
 include/tvm/topi/nn/group_norm.h                   | 151 +++++++++++++++++++++
 python/tvm/topi/nn/__init__.py                     |   1 +
 python/tvm/topi/nn/batch_norm.py                   |  46 ++++++-
 .../tvm/topi/nn/{layer_norm.py => group_norm.py}   |  20 ++-
 python/tvm/topi/testing/__init__.py                |   1 +
 python/tvm/topi/testing/batch_norm.py              |  33 ++++-
 python/tvm/topi/testing/group_norm_python.py       |  82 +++++++++++
 src/meta_schedule/database/json_database.cc        |  10 +-
 src/topi/nn.cc                                     |   7 +
 tests/python/topi/python/test_topi_batch_norm.py   |  46 +++++--
 ..._topi_layer_norm.py => test_topi_group_norm.py} |  30 ++--
 tests/python/topi/python/test_topi_layer_norm.py   |   2 +-
 12 files changed, 384 insertions(+), 45 deletions(-)
 create mode 100644 include/tvm/topi/nn/group_norm.h
 copy python/tvm/topi/nn/{layer_norm.py => group_norm.py} (69%)
 create mode 100644 python/tvm/topi/testing/group_norm_python.py
 copy tests/python/topi/python/{test_topi_layer_norm.py => 
test_topi_group_norm.py} (62%)

Reply via email to