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 effdbeff1d [Relax][PyTorch] Support flip, gather, take ops for
ExportedProgram importer (#17747)
add 435f641862 [Codegen] Support codegen for vectorized tir.ShuffleNode
(#17748)
add f6236ce41e BugFix: Relax comment (#17750)
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/relax_integration.py | 2 +-
src/target/source/codegen_c.cc | 36 ++++++++--
src/target/source/literal/cuda_half_t.h | 44 ++++++------
src/tir/ir/expr_functor.cc | 5 +-
src/tir/transforms/vectorize_loop.cc | 68 ++++++++++++++++++-
.../python/codegen/test_target_codegen_cuda_fp4.py | 79 ++++++++++++++++++++++
6 files changed, 205 insertions(+), 29 deletions(-)