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 f7b57ec3e5 Revert "[Refactor] Build cython with isolate environment"
(#18127)
add 458b0ab5e7 [Doc] Visualize the architecture using a UML sequence
diagram (#18128)
add acdc164d1f [Target] Support CUDA device function calls (#18055)
add c3d3596151 Delete redundant imports (#18129)
No new revisions were added by this update.
Summary of changes:
docs/arch/index.rst | 14 +-
python/setup.py | 1 -
python/tvm/tir/build.py | 106 ++++--
src/target/build_common.h | 4 +-
src/target/opt/build_cuda_on.cc | 9 +-
src/target/source/codegen_cuda.cc | 14 +-
src/target/source/codegen_cuda.h | 3 +-
src/tir/transforms/bind_target.cc | 377 +++++++++++++++++++++
src/tir/transforms/primfunc_utils.cc | 32 --
src/tir/transforms/split_host_device.cc | 4 -
tests/python/codegen/test_target_codegen_cuda.py | 62 ++++
.../tir-transform/test_tir_transform_helpers.py | 56 +++
12 files changed, 604 insertions(+), 78 deletions(-)
create mode 100644 src/tir/transforms/bind_target.cc