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 77a7b01081 [RUNTIME][OPENCL] Bugfix for ciImage create with host ptr 
(#16768)
     add 80bcf4cdb7 [Fix][Dlight] (Low-batched-)GeMV on small spatial loops 
(#16775)
     add 6d97b95eed [Fix] Fix the purity flag of "vm.call_tir_dyn" and "kill" 
ops (#16773)
     add d79b1dd955 [Contrib] Remove thrust "built but not used" warning 
(#16776)
     add cb08f0d57b [TIR][Driver] Use `BindTarget` to specify target for FP8 
legalization (#16767)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/transform.h                        |   8 +-
 python/tvm/contrib/thrust.py                       |   2 -
 python/tvm/dlight/gpu/gemv.py                      |  18 +++-
 python/tvm/dlight/gpu/low_batch_gemv.py            |  20 +++-
 python/tvm/tir/transform/transform.py              |  18 +---
 src/driver/driver_api.cc                           |   8 +-
 src/relax/op/op.cc                                 |  15 +--
 src/tir/transforms/unsupported_dtype_legalize.cc   |   6 +-
 tests/python/dlight/test_gpu_low_batch_gemv.py     | 106 +++++++++++++++++++++
 tests/python/relax/test_analysis.py                |  42 ++++++--
 tests/python/relax/test_transform_cse.py           |   2 +-
 tests/python/relax/test_tvmscript_parser.py        |   2 +-
 .../test_tir_transform_fp8_legalize.py             |  15 +--
 13 files changed, 206 insertions(+), 56 deletions(-)

Reply via email to