【cuda学习】cuda graph文档
https://zhuanlan.zhihu.com/p/699754357
https://www.zhihu.com/question/437131193/answer/3512311671
官方文档: https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#cuda-graphs
CUDA API: https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__GRAPH.html#group__CUDART__GRAPH
pytorch cudagraph: https://pytorch.org/blog/accelerating-pytorch-with-cuda-graphs/
cudagraph博客: https://developer.nvidia.com/blog/cuda-graphs/
cuda graph blog: https://developer.nvidia.com/blog/dynamic-control-flow-in-cuda-graphs-with-conditional-nodes/