forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancing Random Kernel Launch with Updated CUDA Graph Tools and a Mo…
…dular CUDA Graph Layer (PaddlePaddle#58310) * Proposal to fix CUDA Graph Random Kernel Issue * fix template linking * fix test_cuda_graph_partial_graph_static_run * rewrite CUDAGraphNodeLauncher using lambda CallBack * use cuda driver API and use cudaGetFuncBySymbol * use cuda dyload driver; document * add cuda_graphed_layer module * add cuda_graphed_layer module * add UT; add Doc; pre-commit * pre-commit * remove obsolete code; add cuda version check * add dummy cudaGetFuncBySymbol * add dummy cudaGetFuncBySymbol * add dummy cudaGetFuncBySymbol * cmake test rules * cmake format * Check CUDA Version test_standalone_cuda_graph_multi_stream * cmake format * test_standalone_cuda_graph_multi_stream * use skipif instread of cmake * test_cuda_graph_partial_graph_static_run * rm stream_safe_cuda_alloc_test
- Loading branch information
Showing
21 changed files
with
611 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.