CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 17:43:00 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/"2771fd4c55b4c38d348299a162f01c9f"
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=zVjqWTOyNRia18ElKwYGiwxG6n1h4gk5Io8OxkgaBZ5qBwbu68Cn7Ttx5XN2NyxFW23ANCBICc%2BVByvDsnhYJs2W9O9RYc%2F0kFveBmw5sSagJlfxS12FYRxSncl7nrKng4rHnpoUUB9eEg4yl9%2BDGT8eNKjd5k0Z3RwLZEcki%2BBtYYvZfhDIWI%2BuKrrB1QA6Lahc7HnSutPJEEeOBP7Qh46jeQgbG5cNlajTezJGNi%2FL2az0%2BVf8dRoDbG2Xl7MUhS88Gxwjbb4w3Rpw7zG%2BaQ%3D%3D--fdVK1tj%2F18pAqRVE--waJ6UYDpuUXOR0G0kYLxmA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1307008384.1753638179; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 17:42:59 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 17:42:59 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E0E4:29054:6D93EF:8EBED7:68866523
Fix the allocation for dbias_out when main_grad is enabled and add lo… · PaddlePaddle/Paddle@774b7f2 · GitHub
Copy file name to clipboardExpand all lines: paddle/phi/kernels/fusion/gpu/fused_linear_param_grad_add_kernel.cu
Copy file name to clipboardExpand all lines: python/paddle/distributed/fleet/utils/tensor_fusion_helper.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_fused_linear_param_grad_add.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 774b7f2
authored
Fix the allocation for dbias_out when main_grad is enabled and add logging in sharding comm-overlap hook. (#63433)
* Fix the allocation for dbias_out when main_grad is enabled and add logging in sharding comm-overlap hook.
* Fix memory use error.1 parent 70add86 commit 774b7f2Copy full SHA for 774b7f2
File tree
Expand file treeCollapse file tree
3 files changed
+73
-20
lines changedFilter options
- paddle/phi/kernels/fusion/gpu
- python/paddle/distributed/fleet/utils
- test/legacy_test
Expand file treeCollapse file tree
3 files changed
+73
-20
lines changedpaddle/phi/kernels/fusion/gpu/fused_linear_param_grad_add_kernel.cu
Copy file name to clipboardExpand all lines: paddle/phi/kernels/fusion/gpu/fused_linear_param_grad_add_kernel.cu+52-11Lines changed: 52 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| |||
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
71 | 85 |
| |
72 | 86 |
| |
73 | 87 |
| |
74 | 88 |
| |
75 |
| - | |
76 |
| - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
77 | 95 |
| |
78 |
| - | |
79 |
| - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
80 | 102 |
| |
81 | 103 |
| |
82 | 104 |
| |
83 | 105 |
| |
84 | 106 |
| |
85 |
| - | |
| 107 | + | |
86 | 108 |
| |
87 |
| - | |
| 109 | + | |
88 | 110 |
| |
89 | 111 |
| |
90 | 112 |
| |
| |||
132 | 154 |
| |
133 | 155 |
| |
134 | 156 |
| |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
135 | 161 |
| |
136 | 162 |
| |
137 | 163 |
| |
| |||
164 | 190 |
| |
165 | 191 |
| |
166 | 192 |
| |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 | 193 |
| |
172 |
| - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
173 | 214 |
| |
174 | 215 |
| |
175 | 216 |
| |
|
python/paddle/distributed/fleet/utils/tensor_fusion_helper.py
Copy file name to clipboardExpand all lines: python/paddle/distributed/fleet/utils/tensor_fusion_helper.py+6-7Lines changed: 6 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| |||
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| 28 | + | |
| 29 | + | |
27 | 30 |
| |
28 | 31 |
| |
29 | 32 |
| |
| |||
521 | 524 |
| |
522 | 525 |
| |
523 | 526 |
| |
524 |
| - | |
525 |
| - | |
526 |
| - | |
527 |
| - | |
528 |
| - | |
529 |
| - | |
530 |
| - | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
531 | 530 |
| |
532 | 531 |
| |
533 | 532 |
| |
|
test/legacy_test/test_fused_linear_param_grad_add.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_fused_linear_param_grad_add.py+15-2Lines changed: 15 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
74 | 79 |
| |
75 | 80 |
| |
76 | 81 |
| |
| |||
91 | 96 |
| |
92 | 97 |
| |
93 | 98 |
| |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
94 | 103 |
| |
95 | 104 |
| |
96 | 105 |
| |
| |||
152 | 161 |
| |
153 | 162 |
| |
154 | 163 |
| |
155 |
| - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
156 | 169 |
| |
157 | 170 |
| |
158 | 171 |
| |
|
You can’t perform that action at this time.
0 commit comments