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 460f6f1d3e [QoL][Relax] Infer StructInfo for relax::Tuple on 
construction (#16860)
     add d030ce27a1 [TVMScript] Optionally use `ruff format` instead of `black` 
(#16876)
     add 857fe614ab [Target] Don't register AArch64 target tags without LLVM 
compiler support (#16897)
     add b3ffd97569 [BYOC] Add layout check and update shape check for cublas 
FP8 BYOC (#16895)
     add da56c89f32 [Dlight] Enhance vectorization for gpu matmul (#16894)
     add de91c5ca94 [Bugfix] rocm shared memory issue on MI250 (#16901)

No new revisions were added by this update.

Summary of changes:
 cmake/modules/LLVM.cmake                         |  1 +
 cmake/utils/FindLLVM.cmake                       | 18 +++++
 python/tvm/dlight/gpu/gemv.py                    |  5 +-
 python/tvm/dlight/gpu/matmul.py                  |  7 +-
 python/tvm/relax/backend/contrib/cublas.py       | 28 ++++++-
 python/tvm/script/highlight.py                   | 95 +++++++++++++++++++-----
 src/target/parsers/aprofile.cc                   |  7 +-
 src/target/tag.cc                                |  6 +-
 tests/python/dlight/test_gpu_matmul.py           | 81 ++++++++++----------
 tests/python/dlight/test_gpu_matmul_tensorize.py | 18 ++---
 tests/python/relax/test_codegen_cublas.py        | 20 +++--
 11 files changed, 199 insertions(+), 87 deletions(-)

Reply via email to