CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 00:32:42 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/"590a89e47971f4c854a7f78e8bbafbdd"
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=yxEwT7JIS978NtDC%2BIiMWg7TONanmIYCGDG8ek4YxzRg9Ro6dQwdMI3EqF1M6EgXx8GrkL4Y7dlDGkSzkz0q%2BXlulTFN5APotRrQ3wjL24ERPhdp5DXmF3WB36VAw1%2BSmP01Aj8m2in4qoM5nNuU1kPDsHP58h2kGjIdFLGg1olCelfi3FQ2p0kbqBFgcOSx0vcKI%2BDHHBAUW%2Fn%2BgN%2FljkTMeaKIG5%2BdRz2tAPDl808LuXSsHtm2IQzE%2FwO02FUb2y7x9FBtVzSwd%2Fz3Vm6qZw%3D%3D--1UKekEhf85OYUp6u--n7of0n4z4qXDGonqBylbiw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.349166478.1753317161; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 00:32:41 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 00:32:41 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B252:12BD61:118AF3E:15299E9:68817F29
【CINN】Enable AutoLayoutPass flag in train process (#71891) · PaddlePaddle/Paddle@2de7752 · GitHub
Copy file name to clipboardExpand all lines: paddle/fluid/inference/api/analysis_predictor.cc
Copy file name to clipboardExpand all lines: python/paddle/jit/dy2static/pir_partial_program.py
Copy file name to clipboardExpand all lines: python/paddle/jit/dy2static/utils.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 2de7752
authored
【CINN】Enable AutoLayoutPass flag in train process (#71891)
* enable flag
* use guard
* fix bug
* polish code
* add paddle.is_compiled_with_cuda()
* remove error env flag set
* fix invalid use of getenv
* enable flag in cinn
* polish code
* add infer flag
* polish code1 parent 3fbb029 commit 2de7752Copy full SHA for 2de7752
File tree
Expand file treeCollapse file tree
4 files changed
+84
-33
lines changedFilter options
- paddle
- common
- fluid/inference/api
- python/paddle/jit/dy2static
Expand file treeCollapse file tree
4 files changed
+84
-33
lines changed+16-2Lines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1419 | 1419 |
| |
1420 | 1420 |
| |
1421 | 1421 |
| |
1422 |
| - | |
| 1422 | + | |
1423 | 1423 |
| |
1424 | 1424 |
| |
1425 | 1425 |
| |
1426 | 1426 |
| |
1427 | 1427 |
| |
1428 |
| - | |
| 1428 | + | |
1429 | 1429 |
| |
1430 | 1430 |
| |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
1431 | 1445 |
| |
1432 | 1446 |
| |
1433 | 1447 |
| |
|
paddle/fluid/inference/api/analysis_predictor.cc
Copy file name to clipboardExpand all lines: paddle/fluid/inference/api/analysis_predictor.cc+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 |
| - | |
| 147 | + | |
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
| |||
947 | 947 |
| |
948 | 948 |
| |
949 | 949 |
| |
950 |
| - | |
| 950 | + | |
951 | 951 |
| |
952 | 952 |
| |
953 | 953 |
| |
| |||
1107 | 1107 |
| |
1108 | 1108 |
| |
1109 | 1109 |
| |
1110 |
| - | |
| 1110 | + | |
1111 | 1111 |
| |
1112 | 1112 |
| |
1113 | 1113 |
| |
|
python/paddle/jit/dy2static/pir_partial_program.py
Copy file name to clipboardExpand all lines: python/paddle/jit/dy2static/pir_partial_program.py+35-28Lines changed: 35 additions & 28 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
| |||
730 | 731 |
| |
731 | 732 |
| |
732 | 733 |
| |
733 |
| - | |
734 |
| - | |
735 |
| - | |
736 |
| - | |
737 |
| - | |
738 |
| - | |
739 |
| - | |
740 |
| - | |
741 |
| - | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
742 | 748 |
| |
743 |
| - | |
744 |
| - | |
745 |
| - | |
746 |
| - | |
| 749 | + | |
| 750 | + | |
747 | 751 |
| |
748 | 752 |
| |
749 | 753 |
| |
| |||
754 | 758 |
| |
755 | 759 |
| |
756 | 760 |
| |
757 |
| - | |
758 |
| - | |
759 |
| - | |
760 |
| - | |
761 |
| - | |
762 |
| - | |
763 |
| - | |
764 |
| - | |
765 |
| - | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
766 | 775 |
| |
767 |
| - | |
768 |
| - | |
769 |
| - | |
770 |
| - | |
| 776 | + | |
| 777 | + | |
771 | 778 |
| |
772 | 779 |
| |
773 | 780 |
| |
| |||
833 | 840 |
| |
834 | 841 |
| |
835 | 842 |
| |
836 |
| - | |
| 843 | + | |
837 | 844 |
| |
838 | 845 |
| |
839 | 846 |
| |
| |||
848 | 855 |
| |
849 | 856 |
| |
850 | 857 |
| |
851 |
| - | |
| 858 | + | |
852 | 859 |
| |
853 | 860 |
| |
854 | 861 |
| |
|
python/paddle/jit/dy2static/utils.py
Copy file name to clipboardExpand all lines: python/paddle/jit/dy2static/utils.py+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
745 | 745 |
| |
746 | 746 |
| |
747 | 747 |
| |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
748 | 778 |
| |
749 | 779 |
| |
750 | 780 |
| |
|
You can’t perform that action at this time.
0 commit comments