CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 05:29:42 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/"ad53f990c24b754d191ad7ffa3a152fa"
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=tAFf%2F4oOR9zg%2FjTnqnmrgvY5UdWUbf9Ps3EKicBJlEJdKL8G58s%2FpEHQnphCQQbVDD3z5q42ux6ZV3%2BMLbmNIjwtQCtmUsYEIOwfDBgS3Q%2FgUHc6irDl7myCIPQKZMjKL6ciU6daz6962S3SWvzyhHOBWUmwDJEjcfYgCLBwcox8w900zfaVAu6pzDardLRFNlg0bFfdVAHyKbj1kmmxSPRg2Ow8W%2FXxuyNPIgLm68YS612CiKZZaA3RwhEjLJ9dp5DSdbowQ4Pg6LsKfwjlhg%3D%3D--LKZGZ16tnIBhj2ky--tf3vH1DMQ9wncAQacTYQ%2Bg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.781905124.1753853381; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 05:29:41 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 05:29:41 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A66A:CFDB0:3442B7:46F8E2:6889ADC5
Split kernel into libphi.so and libphi_gpu_kernel.so (#64944) · PaddlePaddle/Paddle@6253170 · GitHub
Copy file name to clipboardExpand all lines: paddle/fluid/eager/CMakeLists.txt
Copy file name to clipboardExpand all lines: paddle/fluid/inference/api/demo_ci/CMakeLists.txt
Copy file name to clipboardExpand all lines: paddle/phi/kernels/CMakeLists.txt
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 6253170
Split kernel into libphi.so and libphi_gpu_kernel.so (#64944)
* [HACKATHON 6th] split GPU kernels
* [HACKATHON 6th] split phi/kernels/gpu only
* [HACKATHON 6th] fix setup.py
* [HACKATHON 6th] fix setup.py typo :(
* [HACKATHON 6th] fix inference error
* [HACKATHON 6th] fix inference demo DSO missing error
* [HACKATHON 6th] fix fluid eager test
* [HACKATHON 6th] fix tests
* [HACKATHON 6th] fix static library link dependency
* [HACKATHON 6th] fix setup.py.in
---------
Co-authored-by: Silver Ling <silver.ling@outlook.com>1 parent 7bacb43 commit 6253170Copy full SHA for 6253170
File tree
Expand file treeCollapse file tree
9 files changed
+92
-11
lines changedFilter options
- cmake
- paddle
- fluid
- eager
- inference/api/demo_ci
- phi
- kernels
- python
- test
Expand file treeCollapse file tree
9 files changed
+92
-11
lines changed+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
288 | 296 |
| |
289 | 297 |
| |
290 | 298 |
| |
|
paddle/fluid/eager/CMakeLists.txt
Copy file name to clipboardExpand all lines: paddle/fluid/eager/CMakeLists.txt+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 |
| |
17 | 21 |
| |
18 | 22 |
| |
|
paddle/fluid/inference/api/demo_ci/CMakeLists.txt
Copy file name to clipboardExpand all lines: paddle/fluid/inference/api/demo_ci/CMakeLists.txt+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
215 | 221 |
| |
216 | 222 |
| |
217 | 223 |
| |
|
+36Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| 115 | + | |
| 116 | + | |
115 | 117 |
| |
116 | 118 |
| |
117 | 119 |
| |
| |||
205 | 207 |
| |
206 | 208 |
| |
207 | 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 | + | |
208 | 244 |
| |
209 | 245 |
| |
210 | 246 |
| |
|
paddle/phi/kernels/CMakeLists.txt
Copy file name to clipboardExpand all lines: paddle/phi/kernels/CMakeLists.txt+20-11Lines changed: 20 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
34 | 32 |
| |
35 | 33 |
| |
36 | 34 |
| |
| |||
40 | 38 |
| |
41 | 39 |
| |
42 | 40 |
| |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 |
| |
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
47 | 50 |
| |
48 | 51 |
| |
49 |
| - | |
| 52 | + | |
50 | 53 |
| |
51 | 54 |
| |
52 | 55 |
| |
53 |
| - | |
54 | 56 |
| |
| 57 | + | |
| 58 | + | |
55 | 59 |
| |
56 | 60 |
| |
57 | 61 |
| |
| |||
216 | 220 |
| |
217 | 221 |
| |
218 | 222 |
| |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
219 | 232 |
| |
220 | 233 |
| |
221 | 234 |
| |
| |||
228 | 241 |
| |
229 | 242 |
| |
230 | 243 |
| |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
| 244 | + | |
238 | 245 |
| |
239 | 246 |
| |
240 | 247 |
| |
| |||
291 | 298 |
| |
292 | 299 |
| |
293 | 300 |
| |
| 301 | + | |
| 302 | + | |
294 | 303 |
| |
295 | 304 |
| |
296 | 305 |
| |
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
|
+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
710 | 710 |
| |
711 | 711 |
| |
712 | 712 |
| |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
713 | 719 |
| |
714 | 720 |
| |
715 | 721 |
| |
|
+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1061 | 1061 |
| |
1062 | 1062 |
| |
1063 | 1063 |
| |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
1064 | 1070 |
| |
1065 | 1071 |
| |
1066 | 1072 |
| |
|
+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
230 | 234 |
| |
231 | 235 |
| |
232 | 236 |
| |
|
You can’t perform that action at this time.
0 commit comments