CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 02:39:26 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/"cf4c957c09579a35df4fe9d343210b3a"
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=uHuk1aNkMnAZWjyivMSt1wjJcdrJ24y8SylmMjYUJe%2FICikycs2s49Pl60jOT6CQFw1sZmaBeW20fRrDelbhcO73x5DzBAK7JL33oLVnH84yneC%2F4qF52tShvng1flXc7KQuYDKUJGutN2AKCPH1tZ0%2BPTVisAPP5stscw6TDTVmrtszSn%2Fhd7aBosoRTqe0c%2BEsrnwm0hpZ1VAEObts0x%2FOa9sgmAw%2BMbo%2Fx7ZFee1j%2BE7iloB%2Bzhu3xYHjYKRaEz68AzjOKMh32sRVenYeQw%3D%3D--l%2BwfNYPiRqPp0Fn4--pG5LRMMen6fKYzVz1UdiUg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1862127812.1753843165; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 02:39:25 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 02:39:25 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CE94:812B8:115A398:151602C:688985DD
[CINN][Backend Pass Update No.10] Update ReplaceCrossThreadReduction … · PaddlePaddle/Paddle@5718f74 · GitHub
Copy file name to clipboardExpand all lines: paddle/cinn/ir/schedule/ir_schedule_util.cc
Copy file name to clipboardExpand all lines: paddle/cinn/ir/schedule/ir_schedule_util.h
Copy file name to clipboardExpand all lines: paddle/cinn/optim/replace_cross_thread_reduction.cc
Copy file name to clipboardExpand all lines: paddle/cinn/optim/replace_cross_thread_reduction.h
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 5718f74
authored
[CINN][Backend Pass Update No.10] Update ReplaceCrossThreadReduction pass (#70592)
* Update replaceCrossThreadReduction
* Add visit logics for IfThenElse stmt
* Refine test and exception message
* Leverage help function Mutate to refactor CrossThreadReductionReplacer1 parent 6de5ead commit 5718f74Copy full SHA for 5718f74
File tree
Expand file treeCollapse file tree
5 files changed
+152
-103
lines changedFilter options
- paddle/cinn
- ir/schedule
- optim
Expand file treeCollapse file tree
5 files changed
+152
-103
lines changedpaddle/cinn/ir/schedule/ir_schedule_util.cc
Copy file name to clipboardExpand all lines: paddle/cinn/ir/schedule/ir_schedule_util.cc+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
113 | 125 |
| |
114 | 126 |
| |
115 | 127 |
| |
|
paddle/cinn/ir/schedule/ir_schedule_util.h
Copy file name to clipboardExpand all lines: paddle/cinn/ir/schedule/ir_schedule_util.h+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
68 | 75 |
| |
69 | 76 |
| |
70 | 77 |
| |
|
paddle/cinn/optim/replace_cross_thread_reduction.cc
Copy file name to clipboardExpand all lines: paddle/cinn/optim/replace_cross_thread_reduction.cc+108-91Lines changed: 108 additions & 91 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
| 31 | + | |
30 | 32 |
| |
31 | 33 |
| |
32 | 34 |
| |
| |||
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
| |
43 |
| - | |
| 45 | + | |
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
| 49 | + | |
| 50 | + | |
58 | 51 |
| |
59 | 52 |
| |
60 | 53 |
| |
61 |
| - | |
62 |
| - | |
63 |
| - | |
| 54 | + | |
| 55 | + | |
64 | 56 |
| |
65 | 57 |
| |
66 | 58 |
| |
| |||
72 | 64 |
| |
73 | 65 |
| |
74 | 66 |
| |
75 |
| - | |
76 | 67 |
| |
77 | 68 |
| |
78 | 69 |
| |
79 | 70 |
| |
80 |
| - | |
81 |
| - | |
| 71 | + | |
| 72 | + | |
82 | 73 |
| |
83 | 74 |
| |
84 | 75 |
| |
85 | 76 |
| |
86 | 77 |
| |
87 | 78 |
| |
88 |
| - | |
89 |
| - | |
90 |
| - | |
| 79 | + | |
| 80 | + | |
91 | 81 |
| |
| 82 | + | |
92 | 83 |
| |
93 | 84 |
| |
94 | 85 |
| |
| |||
115 | 106 |
| |
116 | 107 |
| |
117 | 108 |
| |
118 |
| - | |
| 109 | + | |
119 | 110 |
| |
120 | 111 |
| |
121 | 112 |
| |
122 | 113 |
| |
123 | 114 |
| |
124 | 115 |
| |
125 | 116 |
| |
126 |
| - | |
127 |
| - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
128 | 120 |
| |
129 | 121 |
| |
130 | 122 |
| |
131 | 123 |
| |
132 |
| - | |
| 124 | + | |
133 | 125 |
| |
134 | 126 |
| |
135 | 127 |
| |
| |||
138 | 130 |
| |
139 | 131 |
| |
140 | 132 |
| |
141 |
| - | |
142 |
| - | |
| 133 | + | |
| 134 | + | |
143 | 135 |
| |
144 | 136 |
| |
145 | 137 |
| |
146 |
| - | |
147 |
| - | |
| 138 | + | |
| 139 | + | |
148 | 140 |
| |
149 | 141 |
| |
150 | 142 |
| |
151 | 143 |
| |
152 |
| - | |
| 144 | + | |
153 | 145 |
| |
154 | 146 |
| |
155 | 147 |
| |
| |||
158 | 150 |
| |
159 | 151 |
| |
160 | 152 |
| |
161 |
| - | |
162 |
| - | |
| 153 | + | |
| 154 | + | |
163 | 155 |
| |
164 | 156 |
| |
165 | 157 |
| |
166 |
| - | |
| 158 | + | |
167 | 159 |
| |
168 | 160 |
| |
169 | 161 |
| |
| |||
181 | 173 |
| |
182 | 174 |
| |
183 | 175 |
| |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
188 | 181 |
| |
189 | 182 |
| |
190 | 183 |
| |
| |||
198 | 191 |
| |
199 | 192 |
| |
200 | 193 |
| |
201 |
| - | |
202 |
| - | |
203 |
| - | |
204 |
| - | |
205 |
| - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
206 | 204 |
| |
207 |
| - | |
| 205 | + | |
208 | 206 |
| |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
234 | 214 |
| |
235 |
| - | |
236 |
| - | |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 | 215 |
| |
241 | 216 |
| |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 |
| - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
254 | 222 |
| |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 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 | + | |
259 | 268 |
| |
260 | 269 |
| |
261 | 270 |
| |
262 |
| - | |
| 271 | + | |
263 | 272 |
| |
264 | 273 |
| |
265 | 274 |
| |
266 | 275 |
| |
267 | 276 |
| |
268 |
| - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
269 | 286 |
| |
270 | 287 |
| |
271 | 288 |
| |
|
paddle/cinn/optim/replace_cross_thread_reduction.h
Copy file name to clipboardExpand all lines: paddle/cinn/optim/replace_cross_thread_reduction.h+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 | 19 |
| |
21 |
| - | |
22 | 20 |
| |
| 21 | + | |
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
27 | 34 |
| |
28 | 35 |
| |
29 | 36 |
| |
|
You can’t perform that action at this time.
0 commit comments