You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "vinx13 (via GitHub)" <gi...@apache.org> on 2023/03/22 19:29:26 UTC

[GitHub] [tvm] vinx13 opened a new pull request, #14371: [Unity][VM] Add CUDA graph vm builtins

vinx13 opened a new pull request, #14371:
URL: https://github.com/apache/tvm/pull/14371

   This PR added Relax VM builtin functions to execute with CUDA graph.
   * `vm.builtin.get_cached_alloc`: Allocate and cache storage objects for future vm invocation
   * `vm.builtin.get_captured_cuda_graph`: Capture the CUDA graph using CUDA API and save in the cache
   * `vm.builtin.launch_cuda_graph`: Launch the CUDA graph.
   
   The graph rewriting to enable CUDA graph backend will be done in a separate PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] tvm-bot commented on pull request #14371: [Unity][VM] Add CUDA graph vm builtins

Posted by "tvm-bot (via GitHub)" <gi...@apache.org>.
tvm-bot commented on PR #14371:
URL: https://github.com/apache/tvm/pull/14371#issuecomment-1480140176

   <!---bot-comment-->
   
   Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @-ing them in a comment.
   
   
   
   <sub>Generated by [tvm-bot](https://github.com/apache/tvm/blob/main/ci/README.md#github-actions)</sub>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] tqchen merged pull request #14371: [Unity][VM] Add CUDA graph vm builtins

Posted by "tqchen (via GitHub)" <gi...@apache.org>.
tqchen merged PR #14371:
URL: https://github.com/apache/tvm/pull/14371


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org