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 f6236ce41e BugFix: Relax comment (#17750)
     add dc043fe64c [Relax][PyTorch] Support one_hot, empty_like ops for 
ExportedProgram importer (#17751)
     add 046c1ba996 [Relax] Move TIR backend to gpu_generic (#17749)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relax/backend/dispatch_sampling.py      |   2 +-
 python/tvm/relax/backend/dispatch_sort_scan.py     |   2 +-
 python/tvm/relax/backend/gpu_generic/__init__.py   |   4 +-
 .../{backend_tir => backend/gpu_generic}/cumsum.py |   0
 .../gpu_generic}/sampling.py                       |   0
 python/tvm/relax/backend_tir/__init__.py           |  22 -
 python/tvm/relax/backend_tir/contrib/__init__.py   |  20 -
 python/tvm/relax/backend_tir/contrib/cutlass.py    | 720 ---------------------
 python/tvm/relax/backend_tir/pattern.py            | 576 -----------------
 .../frontend/torch/exported_program_translator.py  |  19 +
 tests/python/relax/test_codegen_tir_cutlass.py     | 702 --------------------
 .../relax/test_frontend_from_exported_program.py   |  68 ++
 12 files changed, 92 insertions(+), 2043 deletions(-)
 rename python/tvm/relax/{backend_tir => backend/gpu_generic}/cumsum.py (100%)
 rename python/tvm/relax/{backend_tir => backend/gpu_generic}/sampling.py (100%)
 delete mode 100644 python/tvm/relax/backend_tir/__init__.py
 delete mode 100644 python/tvm/relax/backend_tir/contrib/__init__.py
 delete mode 100644 python/tvm/relax/backend_tir/contrib/cutlass.py
 delete mode 100644 python/tvm/relax/backend_tir/pattern.py
 delete mode 100644 tests/python/relax/test_codegen_tir_cutlass.py

Reply via email to