This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 53d163c968 [TIR, CUDA] Add pass to replace global to shared memory 
copy with cp.async (#11658)
     add ec24ae60a0 [BYOC] RelayToTIR custom codegen passes can still depend on 
dynamic shape functions (#11619)

No new revisions were added by this update.

Summary of changes:
 src/relay/backend/aot_executor_codegen.cc          |   8 +-
 src/relay/backend/graph_executor_codegen.cc        |  27 +-
 src/relay/backend/interpreter.cc                   |   3 +-
 src/relay/backend/te_compiler.cc                   | 329 ++++++++++++++-------
 src/relay/backend/te_compiler.h                    |  32 +-
 src/relay/backend/vm/compiler.cc                   |  24 +-
 src/relay/transforms/compiler_function_utils.cc    |  51 ----
 src/relay/transforms/compiler_function_utils.h     |  11 +-
 tests/python/relay/backend/test_pass_lower_te.py   | 241 +++++++++++++++
 .../transform/test_compiler_function_utils.py      |   5 +-
 10 files changed, 503 insertions(+), 228 deletions(-)
 create mode 100644 tests/python/relay/backend/test_pass_lower_te.py

Reply via email to