CARVIEW |
Select Language
HTTP/2 200
date: Tue, 29 Jul 2025 23:10:48 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/PaddlePaddle/Paddle.git
etag: W/"c259ce64cb0723b1c580f15a765bd75b"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=1Yg1m4qr1n9fwpOgqLHL8pmOsO%2Buh9vhefRLT4DCUSDqPwON456Xuv09YGGJTM5qWs%2F7o%2FRQDj2YQBIkMCtPOOiZg%2BZ2cYUM3llK1oo0Ub2Y4lu3jfOoxX3Ay8dUN7UwMA3C%2BnLA6lTEZJCp%2F%2FyNhgSCgR3%2Fk1nYj%2BCtheMgjN1Nl6S1cgkE62eRR3xltNp1wf3EGaQNPZVd5fje2%2BGg2lrv00DjuG23FkYbHSZcLzHcoghNFkT%2FGWYMgsaMo1k0qDMVxUIr8k6nGh4GfDv8FQ%3D%3D--NSasJnCGJqpk6KWu--PY0H1lTEMIGEpTV%2Fs0ERkw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2102651447.1753830648; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 23:10:48 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 23:10:48 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A9DA:339E63:F9A54C:1297078:688954F8
Pipeline and Virtual-Pipeline Parallelism Using CUDA Graph and Integr… · PaddlePaddle/Paddle@aac374c · GitHub
Copy file name to clipboardExpand all lines: paddle/fluid/distributed/collective/process_group_nccl.cc
Copy file name to clipboardExpand all lines: paddle/fluid/distributed/collective/reducer.cc
Copy file name to clipboardExpand all lines: paddle/fluid/memory/allocation/CMakeLists.txt
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit aac374c
authored
Pipeline and Virtual-Pipeline Parallelism Using CUDA Graph and Integrate CUDAMallocAsyncAllocator (#60516)
* Graphed PP layer; VirtualPipeline Parallel + CUDAGraph; Add cudaMemAsync Allocator to Paddle; Integrate cuda_malloc_async_allocator with cuda graph
* fix CUDAGraph+CUDAMallocAsyncAllocator; add auto_free_cudagraph_allocations_on_launch; test on VP
* move flag to phi
* preprare for output of a layer is tuple
* fix coding style
* fix test; fix cuda version
* fix pipeline parallel scheduling and memory issue; fix comments from From00
* fix cuda graphed layer with multiple inputs
* Graph Queue for CUDAGraph
* fix CUDAGraph UT
* add record for cuda_malloc_async_allocator
* fix coding style
* Add cuda_malloc_async_allocator_test
* Add some comments
* Fix typo
* fix bug
* cuda 12.2
* rebase develop with 60860
* fix 60860 flags
* fix 60860 flags
* fix 60860 flags1 parent 16921df commit aac374cCopy full SHA for aac374c
File tree
Expand file treeCollapse file tree
22 files changed
+1587
-182
lines changedFilter options
- paddle
- common
- fluid
- distributed/collective
- memory/allocation
- platform
- device/gpu
- phi
- backends/gpu/cuda
- kernels
- funcs
- fusion/gpu
- python/paddle
- device/cuda
- distributed/fleet/meta_parallel/parallel_layers
- test/cpp/fluid/memory
Expand file treeCollapse file tree
22 files changed
+1587
-182
lines changed+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1090 | 1090 |
| |
1091 | 1091 |
| |
1092 | 1092 |
| |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
1093 | 1121 |
| |
1094 | 1122 |
| |
1095 | 1123 |
| |
|
paddle/fluid/distributed/collective/process_group_nccl.cc
Copy file name to clipboardExpand all lines: paddle/fluid/distributed/collective/process_group_nccl.cc+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| |||
859 | 860 |
| |
860 | 861 |
| |
861 | 862 |
| |
862 |
| - | |
| 863 | + | |
| 864 | + | |
863 | 865 |
| |
864 | 866 |
| |
865 | 867 |
| |
| |||
974 | 976 |
| |
975 | 977 |
| |
976 | 978 |
| |
977 |
| - | |
| 979 | + | |
| 980 | + | |
978 | 981 |
| |
979 | 982 |
| |
980 | 983 |
| |
|
paddle/fluid/distributed/collective/reducer.cc
Copy file name to clipboardExpand all lines: paddle/fluid/distributed/collective/reducer.cc+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
| 28 | + | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
paddle/fluid/memory/allocation/CMakeLists.txt
Copy file name to clipboardExpand all lines: paddle/fluid/memory/allocation/CMakeLists.txt+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
|
You can’t perform that action at this time.
0 commit comments