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 657ebbb217 [TVMScript] Support continue and break in tvmscript (#17804)
     add 4041f890ce [Relax] Introduce R.call_py_func operator for calling 
Python functions from Relax IR (#18313)
     add 5ee38eae80 [TIR][CUDA] Preserve float precision in codegen with 
hexfloat output (#18320)
     add af82187485 [BugFix] Fixing binding for bert (#18324)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relax/base_py_module.py                 |  11 +--
 .../frontend/torch/exported_program_translator.py  |   6 +-
 python/tvm/relax/op/__init__.py                    |   1 +
 python/tvm/relax/op/base.py                        |  36 +++++++
 python/tvm/script/ir_builder/relax/ir.py           |  54 +++++++++++
 src/relax/op/op.cc                                 |  64 ++++++++++++
 src/target/source/codegen_cuda.cc                  |  11 ++-
 tests/python/codegen/test_target_codegen_cuda.py   |  19 ++++
 tests/python/relax/test_base_py_module_printer.py  | 107 +++++++++++++++++++++
 .../test_tir_transform_inject_ptx_async_copy.py    |   4 +-
 10 files changed, 301 insertions(+), 12 deletions(-)

Reply via email to