CARVIEW |
Select Language
HTTP/2 200
date: Mon, 28 Jul 2025 01:42:12 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/"c26b930861b585b26ea8c1a391a698dd"
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=6kUS4Ct9wWiPlZH49R3DdJCVSQUJJy9EwTzmgBrZKQH6kXScMEX874P19PcXWLkbt%2BP%2Fjx5Qd53tHxqomBxGH%2F5Bou31Qg7OC%2FkFaBLyC98sqyC570ZeS%2FUjLgBcLs9pqbuj%2FIsLosM3bC5MvblwlVNu36pI6%2BC9AWKq4KtTSidtp6Pboe44iIZsSNVsiuyAErR9tcPofMiTXL9LSWi6U4AFnB678ZQlPAuFD7whCxFj4fX5dmfWYWmcB42qz5oWFi10fp68rl8BRyDihsx8nA%3D%3D--Es8PDjSe%2FUhHeX5x--f06aDL5OqgBc5D0DiFaCHQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1786134430.1753666931; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 01:42:11 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 01:42:11 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: AC24:1AFF47:128F031:18A03BC:6886D573
[AutoTuner] Add compare and record (#54668) · PaddlePaddle/Paddle@6fe7b5e · GitHub
Copy file name to clipboardExpand all lines: python/paddle/distributed/auto_tuner/prune.py
Copy file name to clipboard
Copy file name to clipboardExpand all lines: python/paddle/distributed/auto_tuner/utils.py
Copy file name to clipboardExpand all lines: python/paddle/distributed/launch/main.py
Copy file name to clipboardExpand all lines: test/auto_parallel/CMakeLists.txt
Copy file name to clipboardExpand all lines: test/auto_parallel/test_auto_tuner.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 6fe7b5e
[AutoTuner] Add compare and record (#54668)
* add auto tuner
* compare and record module
* revert launch main
* add prune rule
* add unit test
* add auto tuner
* revert launch main
* add prune rule
* modify unit test script
* fix bug for dump nodes; fix bug for checking log file
* fix bug
---------
Co-authored-by: caozhou <caozhou@radi.ac.cn>1 parent 52ad918 commit 6fe7b5eCopy full SHA for 6fe7b5e
File tree
Expand file treeCollapse file tree
7 files changed
+303
-6
lines changedFilter options
- python/paddle/distributed
- auto_tuner
- launch
- test/auto_parallel
Expand file treeCollapse file tree
7 files changed
+303
-6
lines changedpython/paddle/distributed/auto_tuner/prune.py
Copy file name to clipboardExpand all lines: python/paddle/distributed/auto_tuner/prune.py+36Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
86 | 92 |
| |
87 | 93 |
| |
88 | 94 |
| |
| |||
108 | 114 |
| |
109 | 115 |
| |
110 | 116 |
| |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
111 | 123 |
| |
112 | 124 |
| |
113 | 125 |
| |
| |||
146 | 158 |
| |
147 | 159 |
| |
148 | 160 |
| |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
149 | 168 |
| |
150 | 169 |
| |
151 | 170 |
| |
| |||
183 | 202 |
| |
184 | 203 |
| |
185 | 204 |
| |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
186 | 211 |
| |
187 | 212 |
| |
188 | 213 |
| |
189 | 214 |
| |
190 | 215 |
| |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
191 | 223 |
| |
192 | 224 |
| |
193 | 225 |
| |
| |||
221 | 253 |
| |
222 | 254 |
| |
223 | 255 |
| |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
224 | 260 |
| |
225 | 261 |
| |
226 | 262 |
| |
|
python/paddle/distributed/auto_tuner/recorder.py
Copy file name to clipboard+80Lines changed: 80 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + |
python/paddle/distributed/auto_tuner/utils.py
Copy file name to clipboardExpand all lines: python/paddle/distributed/auto_tuner/utils.py+38Lines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 |
| |
18 | 21 |
| |
19 | 22 |
| |
| |||
231 | 234 |
| |
232 | 235 |
| |
233 | 236 |
| |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + |
python/paddle/distributed/launch/main.py
Copy file name to clipboardExpand all lines: python/paddle/distributed/launch/main.py+43-6Lines changed: 43 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
| 302 | + | |
302 | 303 |
| |
303 |
| - | |
| 304 | + | |
304 | 305 |
| |
305 | 306 |
| |
306 | 307 |
| |
| |||
323 | 324 |
| |
324 | 325 |
| |
325 | 326 |
| |
326 |
| - | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
327 | 332 |
| |
328 | 333 |
| |
329 | 334 |
| |
| |||
333 | 338 |
| |
334 | 339 |
| |
335 | 340 |
| |
| 341 | + | |
| 342 | + | |
| 343 | + | |
336 | 344 |
| |
337 | 345 |
| |
| 346 | + | |
338 | 347 |
| |
339 | 348 |
| |
340 | 349 |
| |
341 |
| - | |
| 350 | + | |
342 | 351 |
| |
343 | 352 |
| |
344 | 353 |
| |
| |||
371 | 380 |
| |
372 | 381 |
| |
373 | 382 |
| |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
374 | 413 |
| |
375 | 414 |
| |
376 | 415 |
| |
377 | 416 |
| |
378 | 417 |
| |
379 | 418 |
| |
380 |
| - | |
381 |
| - | |
382 | 419 |
| |
383 | 420 |
| |
384 | 421 |
| |
385 | 422 |
| |
386 |
| - | |
| 423 | + | |
387 | 424 |
| |
388 | 425 |
| |
389 | 426 |
| |
|
test/auto_parallel/CMakeLists.txt
Copy file name to clipboardExpand all lines: test/auto_parallel/CMakeLists.txt+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| 71 | + | |
| 72 | + | |
| 73 | + | |
71 | 74 |
| |
72 | 75 |
| |
73 | 76 |
| |
|
test/auto_parallel/test_auto_tuner.py
Copy file name to clipboardExpand all lines: test/auto_parallel/test_auto_tuner.py+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 |
| |
65 | 69 |
| |
66 | 70 |
| |
|
You can’t perform that action at this time.
0 commit comments