CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 01:25:48 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/"5469bf93c2dcf3341bd1e1e311cd4e99"
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=kFgty3Qel9Pgg%2FBvGRDAdvelfdfNop6baFrOCiz1w0mJqpwS0kEuMJlCOk19uwLmPNlaN%2FYB4Mcno9Xt6Wd4xFyEmATI%2Br3xMiilerB7j0H%2BLRQV3k4bAafo2ae4i5orK68kB7QmJPihL8Dka4%2FtifAoiqTj%2B1Y7Ip7WtJJ6fpNiKFhN0OH5nt5sNXNNeaI7yfm5wzOWr0oO5isrg2TCDN1LVLw4bqjDgIK5mZgU%2Fqk%2Bre0oEfyMvs3R9QAMSXxr%2BeWWEMIcM5OfwaubUdNQzg%3D%3D--Fjxw0X8cKV6q8Djc--R%2B4qAV9pIc0gk4IX9D9sLg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1978845821.1753579547; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 01:25:47 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 01:25:47 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CCC4:363053:9D9DDF:D07187:6885801B
API Improvement for paddle.nn.functional.group_norm and paddle.nn.Gro… · PaddlePaddle/Paddle@14632ee · GitHub
Copy file name to clipboardExpand all lines: paddle/fluid/inference/tensorrt/plugin/group_norm_op_plugin.cu
Copy file name to clipboardExpand all lines: paddle/fluid/inference/tensorrt/plugin/group_norm_op_plugin.h
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 14632ee
authored
API Improvement for paddle.nn.functional.group_norm and paddle.nn.GroupNorm (#63881)
* update group_norm
* update trt plugin
* update trt plugin
* fix trt plugin
* fix trt plugin
* fix test
* fix test
* fix ci windows inference
* update kernel function names and add v2 test
* fix
* fix fp16 test1 parent 4d8c08f commit 14632eeCopy full SHA for 14632ee
File tree
Expand file treeCollapse file tree
12 files changed
+1147
-337
lines changedFilter options
- paddle
- fluid/inference/tensorrt/plugin
- phi/kernels
- gpu
- python/paddle/nn
- functional
- layer
- test/legacy_test
Expand file treeCollapse file tree
12 files changed
+1147
-337
lines changedpaddle/fluid/inference/tensorrt/plugin/group_norm_op_plugin.cu
Copy file name to clipboardExpand all lines: paddle/fluid/inference/tensorrt/plugin/group_norm_op_plugin.cu+84-44Lines changed: 84 additions & 44 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
106 |
| - | |
| 105 | + | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
| 109 | + | |
110 | 110 |
| |
111 |
| - | |
| 111 | + | |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| |||
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
169 |
| - | |
| 169 | + | |
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 |
| - | |
| 201 | + | |
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
229 |
| - | |
| 229 | + | |
230 | 230 |
| |
231 |
| - | |
| 231 | + | |
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
236 |
| - | |
| 236 | + | |
237 | 237 |
| |
238 |
| - | |
| 238 | + | |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
| 241 | + | |
242 | 242 |
| |
243 | 243 |
| |
244 |
| - | |
| 244 | + | |
245 | 245 |
| |
246 |
| - | |
247 |
| - | |
| 246 | + | |
| 247 | + | |
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 |
| - | |
| 293 | + | |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
300 |
| - | |
| 300 | + | |
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
| |||
642 | 642 |
| |
643 | 643 |
| |
644 | 644 |
| |
645 |
| - | |
| 645 | + | |
646 | 646 |
| |
647 | 647 |
| |
648 | 648 |
| |
| |||
661 | 661 |
| |
662 | 662 |
| |
663 | 663 |
| |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
664 | 683 |
| |
665 | 684 |
| |
666 | 685 |
| |
| |||
669 | 688 |
| |
670 | 689 |
| |
671 | 690 |
| |
672 |
| - | |
673 |
| - | |
674 |
| - | |
675 |
| - | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
676 | 695 |
| |
677 |
| - | |
678 |
| - | |
679 |
| - | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
680 | 699 |
| |
681 | 700 |
| |
682 |
| - | |
683 |
| - | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
684 | 704 |
| |
685 | 705 |
| |
686 | 706 |
| |
| |||
690 | 710 |
| |
691 | 711 |
| |
692 | 712 |
| |
693 |
| - | |
694 |
| - | |
695 |
| - | |
696 |
| - | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
697 | 717 |
| |
698 | 718 |
| |
699 | 719 |
| |
| |||
704 | 724 |
| |
705 | 725 |
| |
706 | 726 |
| |
707 |
| - | |
| 727 | + | |
708 | 728 |
| |
709 | 729 |
| |
710 | 730 |
| |
| |||
723 | 743 |
| |
724 | 744 |
| |
725 | 745 |
| |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
726 | 765 |
| |
727 | 766 |
| |
728 | 767 |
| |
729 | 768 |
| |
730 | 769 |
| |
731 | 770 |
| |
732 | 771 |
| |
733 |
| - | |
734 |
| - | |
735 |
| - | |
736 |
| - | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
737 | 776 |
| |
738 |
| - | |
739 |
| - | |
740 |
| - | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
741 | 780 |
| |
742 | 781 |
| |
743 |
| - | |
744 |
| - | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
745 | 785 |
| |
746 | 786 |
| |
747 | 787 |
| |
|
paddle/fluid/inference/tensorrt/plugin/group_norm_op_plugin.h
Copy file name to clipboardExpand all lines: paddle/fluid/inference/tensorrt/plugin/group_norm_op_plugin.h+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
| 292 | + | |
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
|
You can’t perform that action at this time.
0 commit comments