Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello, is anyone familiar with this install error? #1930

Closed
sidoniepc opened this issue Dec 25, 2024 · 1 comment
Closed

Hello, is anyone familiar with this install error? #1930

sidoniepc opened this issue Dec 25, 2024 · 1 comment

Comments

@sidoniepc
Copy link

When I tried to install pytorc3d on Windows10, it gave me this error:

renderer.backward.gpu.cu
C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.5/include\cub/util_temporary_storage.cuh(74): error: function template "cub::CUB_101702_890_NS::AliasTemporaries" has already been defined
AliasTemporaries(void *d_temp_storage,
^

1 error detected in the compilation of "D:/pcpc/pytorch3d-0.7.7/pytorch3d/csrc/pulsar/cuda/renderer.backward.gpu.cu".
error: command 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.5\bin\nvcc' failed with exit code 2

@sidoniepc
Copy link
Author

I solved this problem by copying the full renderer.backward.gpu.cu from https://nvidia.github.io/cccl/cub/api/program_listing_file_cub_util_temporary_storage.cuh.html to override C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.5\include\cub\util_temporary_storage.cuh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant