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 c8deb7fa36 Overriding the StructuralEqual() for easy usage (#16908)
     add bc8742b4c9 [Misc] Add script for testing release package (#16956)
     add 6252fa5802 [TIR] Enhance CLZ intrinsic support (#16952)
     add a320b63198 [Unity][Cutlass] Fix C source generation of dense operation 
(#16476)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/main.yml                         |   2 +
 python/tvm/contrib/cutlass/gen_tensor_op.py        |   5 +-
 src/target/intrin_rule.h                           |  18 +++-
 src/target/source/intrin_rule_cuda.cc              |  12 +++
 src/target/source/intrin_rule_metal.cc             |   3 +
 src/target/source/intrin_rule_opencl.cc            |   3 +
 src/tir/ir/data_type_rewriter.cc                   |   6 +-
 .../codegen/test_target_codegen_gpu_common.py      |  55 +++++++++++
 tests/scripts/release/README.md                    |  12 ++-
 tests/scripts/release/test_release_package.sh      | 101 +++++++++++++++++++++
 10 files changed, 210 insertions(+), 7 deletions(-)
 create mode 100644 tests/python/codegen/test_target_codegen_gpu_common.py
 create mode 100644 tests/scripts/release/test_release_package.sh

Reply via email to