CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 03:51:43 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/"fc4e74a19049b0d622da61f811764de4"
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=2P0LGQTR%2FmsZt7zta2e9pPgPqPj5nPPwzSgh99t1cD6nbmxeNDJXlyAbrcJ%2FhZwlz5Prohu5JSKa6ZaYvVQ1bggFulbkjMwQSjlmjtAA%2BWo4ajLHo8C1%2BaYSHHh%2BxtJWTz1eNrta5AS7HOkDM4ANerUMa8LPQ4vstPjsKrPcCVYCswORQZox1kSy%2FPdtWlaSXeIV9HkDzgytlUB%2FwHyEie6wSTZc3Ga%2B1BfYRNtPQuoMinLmWIQDuMxgShynfoFfEUbiXOS4eYT8IsTn0YzgTA%3D%3D--RGeHrDvRU3iJq28x--bHP%2FCGHKu%2B%2F9QT4vkSyzgw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.991737396.1753501902; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 03:51:42 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 03:51:42 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9FC4:242CC6:1271F8:1C33C9:688450CE
[fix][dataloader] use file descripor instead of file system (#62696) · PaddlePaddle/Paddle@c5f73f6 · GitHub
Copy file name to clipboardExpand all lines: paddle/fluid/memory/allocation/mmap_allocator.cc
Copy file name to clipboardExpand all lines: paddle/fluid/memory/allocation/mmap_allocator.h
Copy file name to clipboardExpand all lines: paddle/fluid/pybind/tensor.cc
Copy file name to clipboardExpand all lines: python/paddle/base/reader.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit c5f73f6
authored
[fix][dataloader] use file descripor instead of file system (#62696)
* [fix][dataloader] use file descripor instead of file system
* [fix][dataloader] use core.globals instend of os.environ
* [fix][dataloader] add test dataloader
* [fix][dataloader] set FLAGS_dataloader_use_file_descriptor on child process1 parent c1f5c39 commit c5f73f6Copy full SHA for c5f73f6
File tree
Expand file treeCollapse file tree
8 files changed
+285
-36
lines changedFilter options
- paddle
- common
- fluid
- memory/allocation
- pybind
- python/paddle
- base
- incubate/multiprocessing
- test/legacy_test
Expand file treeCollapse file tree
8 files changed
+285
-36
lines changed+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1349 | 1349 |
| |
1350 | 1350 |
| |
1351 | 1351 |
| |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
1352 | 1365 |
| |
1353 | 1366 |
| |
1354 | 1367 |
| |
|
paddle/fluid/memory/allocation/mmap_allocator.cc
Copy file name to clipboardExpand all lines: paddle/fluid/memory/allocation/mmap_allocator.cc+40-13Lines changed: 40 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 |
| |
60 | 63 |
| |
61 |
| - | |
| 64 | + | |
62 | 65 |
| |
63 | 66 |
| |
64 | 67 |
| |
| |||
71 | 74 |
| |
72 | 75 |
| |
73 | 76 |
| |
74 |
| - | |
| 77 | + | |
75 | 78 |
| |
76 | 79 |
| |
77 | 80 |
| |
| |||
83 | 86 |
| |
84 | 87 |
| |
85 | 88 |
| |
86 |
| - | |
87 |
| - | |
88 | 89 |
| |
89 | 90 |
| |
90 | 91 |
| |
| |||
98 | 99 |
| |
99 | 100 |
| |
100 | 101 |
| |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
101 | 107 |
| |
102 | 108 |
| |
103 | 109 |
| |
104 | 110 |
| |
105 |
| - | |
106 | 111 |
| |
107 |
| - | |
| 112 | + | |
| 113 | + | |
108 | 114 |
| |
109 | 115 |
| |
110 | 116 |
| |
111 | 117 |
| |
112 | 118 |
| |
113 | 119 |
| |
114 |
| - | |
| 120 | + | |
115 | 121 |
| |
116 | 122 |
| |
117 | 123 |
| |
118 | 124 |
| |
119 | 125 |
| |
| 126 | + | |
120 | 127 |
| |
121 | 128 |
| |
122 | 129 |
| |
123 |
| - | |
| 130 | + | |
124 | 131 |
| |
125 | 132 |
| |
126 |
| - | |
| 133 | + | |
127 | 134 |
| |
128 | 135 |
| |
129 | 136 |
| |
| |||
132 | 139 |
| |
133 | 140 |
| |
134 | 141 |
| |
135 |
| - | |
| 142 | + | |
136 | 143 |
| |
137 | 144 |
| |
138 | 145 |
| |
| |||
145 | 152 |
| |
146 | 153 |
| |
147 | 154 |
| |
| 155 | + | |
| 156 | + | |
148 | 157 |
| |
149 | 158 |
| |
150 | 159 |
| |
151 | 160 |
| |
152 | 161 |
| |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
153 | 171 |
| |
154 | 172 |
| |
155 | 173 |
| |
| |||
193 | 211 |
| |
194 | 212 |
| |
195 | 213 |
| |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
196 | 223 |
| |
197 | 224 |
| |
198 | 225 |
| |
| |||
260 | 287 |
| |
261 | 288 |
| |
262 | 289 |
| |
| 290 | + | |
263 | 291 |
| |
264 | 292 |
| |
265 | 293 |
| |
| |||
283 | 311 |
| |
284 | 312 |
| |
285 | 313 |
| |
286 |
| - | |
287 | 314 |
| |
288 | 315 |
| |
289 | 316 |
| |
|
paddle/fluid/memory/allocation/mmap_allocator.h
Copy file name to clipboardExpand all lines: paddle/fluid/memory/allocation/mmap_allocator.h+18-4Lines changed: 18 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 |
| |
49 | 52 |
| |
| 53 | + | |
50 | 54 |
| |
51 | 55 |
| |
52 | 56 |
| |
53 |
| - | |
| 57 | + | |
54 | 58 |
| |
55 | 59 |
| |
56 | 60 |
| |
| |||
59 | 63 |
| |
60 | 64 |
| |
61 | 65 |
| |
| 66 | + | |
62 | 67 |
| |
63 | 68 |
| |
64 | 69 |
| |
| |||
71 | 76 |
| |
72 | 77 |
| |
73 | 78 |
| |
| 79 | + | |
74 | 80 |
| |
75 | 81 |
| |
76 | 82 |
| |
| |||
93 | 99 |
| |
94 | 100 |
| |
95 | 101 |
| |
96 |
| - | |
97 |
| - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
98 | 107 |
| |
99 | 108 |
| |
100 | 109 |
| |
| 110 | + | |
101 | 111 |
| |
102 | 112 |
| |
103 | 113 |
| |
| |||
111 | 121 |
| |
112 | 122 |
| |
113 | 123 |
| |
| 124 | + | |
114 | 125 |
| |
115 | 126 |
| |
116 | 127 |
| |
117 | 128 |
| |
118 | 129 |
| |
| 130 | + | |
119 | 131 |
| |
120 | 132 |
| |
121 | 133 |
| |
| |||
127 | 139 |
| |
128 | 140 |
| |
129 | 141 |
| |
| 142 | + | |
130 | 143 |
| |
131 | 144 |
| |
132 | 145 |
| |
133 | 146 |
| |
134 | 147 |
| |
| 148 | + | |
135 | 149 |
| |
136 | 150 |
| |
137 | 151 |
| |
|
paddle/fluid/pybind/tensor.cc
Copy file name to clipboardExpand all lines: paddle/fluid/pybind/tensor.cc+23-9Lines changed: 23 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
859 | 859 |
| |
860 | 860 |
| |
861 | 861 |
| |
862 |
| - | |
| 862 | + | |
863 | 863 |
| |
864 | 864 |
| |
865 | 865 |
| |
| |||
886 | 886 |
| |
887 | 887 |
| |
888 | 888 |
| |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
889 | 893 |
| |
890 | 894 |
| |
891 | 895 |
| |
| |||
894 | 898 |
| |
895 | 899 |
| |
896 | 900 |
| |
| 901 | + | |
897 | 902 |
| |
898 | 903 |
| |
899 |
| - | |
| 904 | + | |
900 | 905 |
| |
901 | 906 |
| |
902 | 907 |
| |
| |||
914 | 919 |
| |
915 | 920 |
| |
916 | 921 |
| |
| 922 | + | |
917 | 923 |
| |
918 |
| - | |
| 924 | + | |
| 925 | + | |
919 | 926 |
| |
920 | 927 |
| |
921 | 928 |
| |
| |||
935 | 942 |
| |
936 | 943 |
| |
937 | 944 |
| |
938 |
| - | |
| 945 | + | |
939 | 946 |
| |
940 | 947 |
| |
941 | 948 |
| |
942 | 949 |
| |
943 | 950 |
| |
944 | 951 |
| |
945 |
| - | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
946 | 956 |
| |
947 | 957 |
| |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
948 | 962 |
| |
949 | 963 |
| |
950 | 964 |
| |
951 | 965 |
| |
952 | 966 |
| |
953 | 967 |
| |
954 |
| - | |
| 968 | + | |
955 | 969 |
| |
956 | 970 |
| |
957 | 971 |
| |
958 | 972 |
| |
959 |
| - | |
960 |
| - | |
961 |
| - | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
962 | 976 |
| |
963 | 977 |
| |
964 | 978 |
| |
|
python/paddle/base/reader.py
Copy file name to clipboardExpand all lines: python/paddle/base/reader.py+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
100 | 102 |
| |
101 | 103 |
| |
102 | 104 |
| |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
103 | 110 |
| |
104 | 111 |
| |
105 | 112 |
| |
| |||
606 | 613 |
| |
607 | 614 |
| |
608 | 615 |
| |
609 |
| - | |
| 616 | + | |
610 | 617 |
| |
611 | 618 |
| |
612 | 619 |
| |
|
You can’t perform that action at this time.
0 commit comments