This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 4e46ad4e9c [Unity] Also include output dtype in simt MathInstruction
(#14372)
add 559fac73d4 [Unity][VM] Add CUDA graph vm builtins (#14371)
No new revisions were added by this update.
Summary of changes:
cmake/modules/CUDA.cmake | 4 +
src/runtime/relax_vm/cuda/cuda_graph_builtin.cc | 191 ++++++++++++++++++++++++
tests/python/relax/test_vm_cuda_graph.py | 108 ++++++++++++++
3 files changed, 303 insertions(+)
create mode 100644 src/runtime/relax_vm/cuda/cuda_graph_builtin.cc
create mode 100644 tests/python/relax/test_vm_cuda_graph.py