You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: