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
I got this error :
"C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/include\thrust/system/cuda/config.h(79): fatal error C1189: #error: The version of CUB in your include path is not compatible with this release of Thrust. CUB is now included in the CUDA Toolkit, so you no longer need to use your own checkout of CUB. Define THRUST_IGNORE_CUB_VERSION_CHECK to ignore this.
error: command 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin\nvcc.exe' failed with exit code 2"
Combine :
Windows 11
pytorch 1.13.0 (pip install torch==1.13.0+cu117 torchvision==0.14.0+cu117 torchaudio==0.13.0 --extra-index-url https://download.pytorch.org/whl/cu117
)
cub 1.17.0
CUDA 11.7
Thank's in advance.
The text was updated successfully, but these errors were encountered:
maaamcube
changed the title
replacing cub won't correct the 3 errors with pytorch3d 0.7.2
Cub error with pytorch3d 0.7.2
May 21, 2025
Uh oh!
There was an error while loading. Please reload this page.
Hi @bottler ,
I tried this ( #1227 (comment)) to correct the 3 errors (#1978 (comment))
I got this error :
"C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/include\thrust/system/cuda/config.h(79): fatal error C1189: #error: The version of CUB in your include path is not compatible with this release of Thrust. CUB is now included in the CUDA Toolkit, so you no longer need to use your own checkout of CUB. Define THRUST_IGNORE_CUB_VERSION_CHECK to ignore this.
error: command 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin\nvcc.exe' failed with exit code 2"
Combine :
Windows 11
pytorch 1.13.0 (pip install torch==1.13.0+cu117 torchvision==0.14.0+cu117 torchaudio==0.13.0 --extra-index-url https://download.pytorch.org/whl/cu117
)
cub 1.17.0
CUDA 11.7
Thank's in advance.
The text was updated successfully, but these errors were encountered: