CARVIEW |
Select Language
HTTP/2 200
date: Tue, 29 Jul 2025 01:02:29 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/"e1d8c88131e4a0848b94d1ed5e7188d1"
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=6pm1HXjlv%2FwlFYXc%2FYouL%2Bw5oXI6%2FX2hB18zvRfxiBYWN0dUAlcxntYbmPzfNxzxM5A2rqTK%2B%2Bs3paH3cibF7mofxBquTsZ5QDrMG2SV9AobWf1JJXbhT5gyvcP%2BqK9wsm%2FEYsbo1pMfsnIGnxdXifxrGGkl7HRYlg9IGj%2Bi5Gs8ajCkPeRCbvgtPsHZCzRL%2FkwKsmSYQEFSdf2DPwSxiWLuz%2BgHLZZPPpLVLK0WucDkp6OONKeFRJCCmsw7Kvn4si9sf2eCx1MabXrs0aL7Og%3D%3D--abigdlwbKcr2kYGQ--LuWlGlGB8D5I8FI1Ni6nBw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1661985636.1753750948; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 01:02:28 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 01:02:28 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C562:E69F3:17BC02:231852:68881DA4
[PIR saveload]Fix save_load bf16 bug in onednn (#64300) · PaddlePaddle/Paddle@a907252 · GitHub


authored
Copy file name to clipboardExpand all lines: paddle/fluid/pir/transforms/pd_op_to_kernel_pass.cc
Copy file name to clipboardExpand all lines: test/legacy_test/test_static_save_load_bf16.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit a907252

[PIR saveload]Fix save_load bf16 bug in onednn (#64300)
* [PIR AMP]Fix opt.minimize error when no using grad scaler
* fix save_load bf16
* fix
* refine
* bf16 test solved
---------
Co-authored-by: 0x45f <wangzhen45@baidu.com>
Co-authored-by: Wang Huan <wanghuan29@baidu.com>1 parent 9b918b8 commit a907252Copy full SHA for a907252
File tree
Expand file treeCollapse file tree
2 files changed
+187
-4
lines changedFilter options
- paddle/fluid/pir/transforms
- test/legacy_test
Expand file treeCollapse file tree
2 files changed
+187
-4
lines changedpaddle/fluid/pir/transforms/pd_op_to_kernel_pass.cc
Copy file name to clipboardExpand all lines: paddle/fluid/pir/transforms/pd_op_to_kernel_pass.cc+56-4Lines changed: 56 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
514 |
| - | |
515 |
| - | |
516 |
| - | |
| 514 | + | |
517 | 515 |
| |
518 | 516 |
| |
519 | 517 |
| |
| |||
1253 | 1251 |
| |
1254 | 1252 |
| |
1255 | 1253 |
| |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
1256 | 1260 |
| |
1257 | 1261 |
| |
1258 | 1262 |
| |
| |||
1284 | 1288 |
| |
1285 | 1289 |
| |
1286 | 1290 |
| |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
1287 | 1296 |
| |
1288 | 1297 |
| |
1289 | 1298 |
| |
| |||
2375 | 2384 |
| |
2376 | 2385 |
| |
2377 | 2386 |
| |
| 2387 | + | |
| 2388 | + | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
| 2392 | + | |
| 2393 | + | |
| 2394 | + | |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
| 2399 | + | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
| 2404 | + | |
| 2405 | + | |
| 2406 | + | |
| 2407 | + | |
| 2408 | + | |
| 2409 | + | |
| 2410 | + | |
| 2411 | + | |
| 2412 | + | |
| 2413 | + | |
| 2414 | + | |
| 2415 | + | |
| 2416 | + | |
| 2417 | + | |
| 2418 | + | |
2378 | 2419 |
| |
2379 | 2420 |
| |
2380 | 2421 |
| |
| |||
3048 | 3089 |
| |
3049 | 3090 |
| |
3050 | 3091 |
| |
| 3092 | + | |
3051 | 3093 |
| |
3052 | 3094 |
| |
3053 | 3095 |
| |
3054 |
| - | |
| 3096 | + | |
3055 | 3097 |
| |
3056 | 3098 |
| |
3057 | 3099 |
| |
3058 | 3100 |
| |
3059 | 3101 |
| |
3060 | 3102 |
| |
| 3103 | + | |
| 3104 | + | |
| 3105 | + | |
| 3106 | + | |
| 3107 | + | |
| 3108 | + | |
| 3109 | + | |
| 3110 | + | |
| 3111 | + | |
| 3112 | + | |
3061 | 3113 |
| |
3062 | 3114 |
| |
3063 | 3115 |
| |
|
test/legacy_test/test_static_save_load_bf16.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_static_save_load_bf16.py+131Lines changed: 131 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
29 | 31 |
| |
30 | 32 |
| |
31 | 33 |
| |
| |||
162 | 164 |
| |
163 | 165 |
| |
164 | 166 |
| |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 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 | + | |
| 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 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
165 | 296 |
| |
166 | 297 |
| |
167 | 298 |
| |
|
You can’t perform that action at this time.
0 commit comments