CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 12:24:53 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/"2f176d55b7d4fbc0570264df75d5db8c"
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 wss://alive-staging.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=oI8T8Hgq5CbXhOmJ03ZOI3w4hybmQ28ClAWUgYuiS8yPFyMjDIshy%2F3hFSqjPvgfkARiKzAtpBeQXV1ydxR343QzBEsPtJFKmmu5G1NNhiPCuDnIYet%2FLUTOK7WDzH0578RqYug3%2BDMg%2F8Z5ktvPqb9iC2EtvPefcMhJwtACjdIF7Zwt%2BaqPfVUBhxQu3dAhx8MpKKNbi5FXmA0T43zhrLlDTjroyZobqNv7Bj0twtb3HhThUb%2Fubd%2F%2F1NZxhrH5H3%2BCX7oG7H7TAVlkMPLv5A%3D%3D--S%2FT4Ajz9aR1c3pRS--rrw7mE4c7oiRsyAsL3Vprw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1170364818.1753964692; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 12:24:52 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 12:24:52 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: ABE8:1E1938:A0EC59:BF2A33:688B6094
[Prim][PIR]group_norm supports bwd nhwc (#63171) · PaddlePaddle/Paddle@ed50854 · GitHub
Copy file name to clipboardExpand all lines: paddle/fluid/primitive/rule/vjp/details.h
Copy file name to clipboardExpand all lines: test/legacy_test/op_test.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_group_norm_op.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit ed50854
authored
[Prim][PIR]group_norm supports bwd nhwc (#63171)
* gn decomp support nhwc
* add decomp test case
* fix gn decomp rule
* fix atol
* polish code
* fix bug
* gix test case shape
* fix test case atol
* gn back supports nhwc
* gn support nhwc
* debug
* fix test case
* polish code
* polish rule
* fix acc1 parent fdc8fb9 commit ed50854Copy full SHA for ed50854
File tree
Expand file treeCollapse file tree
3 files changed
+81
-55
lines changedFilter options
- paddle/fluid/primitive/rule/vjp
- test/legacy_test
Expand file treeCollapse file tree
3 files changed
+81
-55
lines changedpaddle/fluid/primitive/rule/vjp/details.h
Copy file name to clipboardExpand all lines: paddle/fluid/primitive/rule/vjp/details.h+59-41Lines changed: 59 additions & 41 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1513 | 1513 |
| |
1514 | 1514 |
| |
1515 | 1515 |
| |
1516 |
| - | |
1517 |
| - | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
1518 | 1532 |
| |
1519 | 1533 |
| |
1520 | 1534 |
| |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
1521 | 1538 |
| |
1522 | 1539 |
| |
1523 | 1540 |
| |
| |||
1531 | 1548 |
| |
1532 | 1549 |
| |
1533 | 1550 |
| |
1534 |
| - | |
1535 |
| - | |
1536 |
| - | |
1537 |
| - | |
| 1551 | + | |
1538 | 1552 |
| |
1539 |
| - | |
1540 |
| - | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
1541 | 1560 |
| |
1542 |
| - | |
1543 |
| - | |
1544 |
| - | |
1545 |
| - | |
| 1561 | + | |
1546 | 1562 |
| |
1547 |
| - | |
1548 |
| - | |
1549 |
| - | |
1550 |
| - | |
1551 |
| - | |
1552 |
| - | |
1553 |
| - | |
1554 | 1563 |
| |
1555 | 1564 |
| |
1556 | 1565 |
| |
1557 | 1566 |
| |
1558 | 1567 |
| |
| 1568 | + | |
| 1569 | + | |
| 1570 | + | |
| 1571 | + | |
| 1572 | + | |
| 1573 | + | |
| 1574 | + | |
| 1575 | + | |
| 1576 | + | |
| 1577 | + | |
1559 | 1578 |
| |
1560 | 1579 |
| |
1561 | 1580 |
| |
1562 | 1581 |
| |
1563 |
| - | |
1564 |
| - | |
| 1582 | + | |
1565 | 1583 |
| |
1566 | 1584 |
| |
1567 | 1585 |
| |
| |||
1573 | 1591 |
| |
1574 | 1592 |
| |
1575 | 1593 |
| |
1576 |
| - | |
1577 |
| - | |
1578 |
| - | |
1579 |
| - | |
1580 |
| - | |
1581 |
| - | |
| 1594 | + | |
| 1595 | + | |
| 1596 | + | |
1582 | 1597 |
| |
1583 | 1598 |
| |
1584 | 1599 |
| |
1585 | 1600 |
| |
1586 |
| - | |
1587 |
| - | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
1588 | 1611 |
| |
1589 | 1612 |
| |
1590 | 1613 |
| |
| |||
1599 | 1622 |
| |
1600 | 1623 |
| |
1601 | 1624 |
| |
| 1625 | + | |
1602 | 1626 |
| |
1603 |
| - | |
1604 |
| - | |
| 1627 | + | |
| 1628 | + | |
1605 | 1629 |
| |
1606 | 1630 |
| |
1607 | 1631 |
| |
1608 | 1632 |
| |
1609 |
| - | |
1610 |
| - | |
1611 |
| - | |
| 1633 | + | |
| 1634 | + | |
1612 | 1635 |
| |
1613 |
| - | |
1614 |
| - | |
1615 | 1636 |
| |
1616 | 1637 |
| |
1617 | 1638 |
| |
1618 | 1639 |
| |
1619 |
| - | |
1620 |
| - | |
1621 |
| - | |
| 1640 | + | |
| 1641 | + | |
1622 | 1642 |
| |
1623 |
| - | |
1624 |
| - | |
1625 | 1643 |
| |
1626 | 1644 |
| |
1627 | 1645 |
| |
|
test/legacy_test/op_test.py
Copy file name to clipboardExpand all lines: test/legacy_test/op_test.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1636 | 1636 |
| |
1637 | 1637 |
| |
1638 | 1638 |
| |
1639 |
| - | |
| 1639 | + | |
1640 | 1640 |
| |
1641 | 1641 |
| |
1642 | 1642 |
| |
|
test/legacy_test/test_group_norm_op.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_group_norm_op.py+21-13Lines changed: 21 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
183 |
| - | |
| 183 | + | |
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 |
| - | |
| 237 | + | |
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
| |||
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
268 |
| - | |
| 268 | + | |
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
316 |
| - | |
| 316 | + | |
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
321 |
| - | |
| 321 | + | |
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
| |||
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
366 |
| - | |
| 366 | + | |
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
| |||
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
401 |
| - | |
| 401 | + | |
402 | 402 |
| |
403 | 403 |
| |
404 | 404 |
| |
| |||
411 | 411 |
| |
412 | 412 |
| |
413 | 413 |
| |
414 |
| - | |
| 414 | + | |
415 | 415 |
| |
416 | 416 |
| |
417 | 417 |
| |
| |||
435 | 435 |
| |
436 | 436 |
| |
437 | 437 |
| |
| 438 | + | |
438 | 439 |
| |
439 | 440 |
| |
| 441 | + | |
| 442 | + | |
440 | 443 |
| |
441 |
| - | |
| 444 | + | |
442 | 445 |
| |
443 | 446 |
| |
444 |
| - | |
| 447 | + | |
445 | 448 |
| |
446 | 449 |
| |
447 | 450 |
| |
| |||
458 | 461 |
| |
459 | 462 |
| |
460 | 463 |
| |
461 |
| - | |
| 464 | + | |
462 | 465 |
| |
463 | 466 |
| |
464 | 467 |
| |
| |||
477 | 480 |
| |
478 | 481 |
| |
479 | 482 |
| |
480 |
| - | |
481 | 483 |
| |
482 |
| - | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
483 | 491 |
| |
484 | 492 |
| |
485 | 493 |
| |
|
You can’t perform that action at this time.
0 commit comments