CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 11:23: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/facebookresearch/pytorch3d.git
etag: W/"c7fabbbd896d8702820daf8b041b0d90"
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=%2FZLAAB3H8M6zqTIqAoR%2FlTG4R26rO%2B6oxhIOHMcAbsRAWiySx8iny5h7kbfDM0cvxKQ2ISp2%2FUAIGeLlwD%2FvvGkTl96KsyI12OQv%2FhW8gGh6MT7IXbPteOgf064QygN9oja7uVPU%2BfyptS42yVoKvi5npZmCJPPkD%2F9eoy0ruVk%2FvGuvwuiMGJ2rq%2BShwKDrDaIf27r4QNkrL87dEpbrJfZZ30eGmj7kubjftpkia7kCxAN%2B5HS57wUfHSH1I8mtNrgTp6vs6t79MJcUGsl2UA%3D%3D--zWgbhkMpovxP7Kkh--KnZg09aZuz%2FgBt7m48aeWw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1376422267.1753615406; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 11:23:26 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 11:23:26 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CCC2:2CB2E7:DA2DF5:11FF714:68860C2E
windows fix · facebookresearch/pytorch3d@f2cf9d4 · GitHub
Copy file name to clipboardExpand all lines: pytorch3d/csrc/ball_query/ball_query.cu
Copy file name to clipboardExpand all lines: pytorch3d/csrc/iou_box3d/iou_box3d.cu
Copy file name to clipboardExpand all lines: pytorch3d/csrc/sample_farthest_points/sample_farthest_points.cu
Copy file name to clipboardExpand all lines: pytorch3d/csrc/utils/pytorch3d_cutils.h
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit f2cf9d4
windows fix
Summary: Attempt to reduce nvcc trouble on windows by (1) avoiding flag for c++14 and (2) avoiding `torch/extension.h`, which introduces pybind11, in `.cu` files.
Reviewed By: patricklabatut
Differential Revision: D34969868
fbshipit-source-id: f3878d6a2ba9d644e87ae7b6377cb5008b4b6ce31 parent e2622d7 commit f2cf9d4Copy full SHA for f2cf9d4
File tree
Expand file treeCollapse file tree
5 files changed
+5
-7
lines changedFilter options
- pytorch3d/csrc
- ball_query
- iou_box3d
- sample_farthest_points
- utils
Expand file treeCollapse file tree
5 files changed
+5
-7
lines changedpytorch3d/csrc/ball_query/ball_query.cu
Copy file name to clipboardExpand all lines: pytorch3d/csrc/ball_query/ball_query.cu-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
|
pytorch3d/csrc/iou_box3d/iou_box3d.cu
Copy file name to clipboardExpand all lines: pytorch3d/csrc/iou_box3d/iou_box3d.cu-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
|
pytorch3d/csrc/sample_farthest_points/sample_farthest_points.cu
Copy file name to clipboardExpand all lines: pytorch3d/csrc/sample_farthest_points/sample_farthest_points.cu+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
| |||
170 | 169 |
| |
171 | 170 |
| |
172 | 171 |
| |
| 172 | + | |
| 173 | + | |
| 174 | + | |
173 | 175 |
| |
174 | 176 |
| |
175 | 177 |
| |
|
pytorch3d/csrc/utils/pytorch3d_cutils.h
Copy file name to clipboardExpand all lines: pytorch3d/csrc/utils/pytorch3d_cutils.h-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - |
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
61 | 60 |
| |
62 | 61 |
| |
63 | 62 |
| |
64 | 63 |
| |
65 | 64 |
| |
| 65 | + | |
| 66 | + | |
66 | 67 |
| |
67 | 68 |
| |
68 | 69 |
| |
|
You can’t perform that action at this time.
0 commit comments