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
If you do not know the root cause of the problem / bug, and wish someone to help you, please
post according to this template:
🐛 Bugs / Unexpected behaviors
I have an issue building with cuda 11.8 in win11
Instructions To Reproduce the Issue:
I'm using follow env to build:
pytorch3d. 0.7.8 (but I tried older with same result)
vs compiler: 2019
env: conda
torch 2.5.0
cuda 11.8
python: 3.12
and I run: "python setup.py bdist_wheel" to create a wheel.
During build I have in different files three similar errors:
F:/CUDA/11.8.0/include\cub/device/dispatch/dispatch_segmented_sort.cuh(338): error: invalid combination of type specifiers
F:/CUDA/11.8.0/include\cub/device/dispatch/dispatch_segmented_sort.cuh(338): error: expected an identifier
F:/CUDA/11.8.0/include\cub/device/dispatch/dispatch_segmented_sort.cuh(379): error: expected a member name
If I force to build with cuda 11.3, the build finish correctly, but I'm not sure to use the whl in an environment with a different version of CUDA.
There is a fix?
The text was updated successfully, but these errors were encountered:
If you do not know the root cause of the problem / bug, and wish someone to help you, please
post according to this template:
🐛 Bugs / Unexpected behaviors
I have an issue building with cuda 11.8 in win11
Instructions To Reproduce the Issue:
I'm using follow env to build:
and I run: "python setup.py bdist_wheel" to create a wheel.
During build I have in different files three similar errors:
F:/CUDA/11.8.0/include\cub/device/dispatch/dispatch_segmented_sort.cuh(338): error: invalid combination of type specifiers
F:/CUDA/11.8.0/include\cub/device/dispatch/dispatch_segmented_sort.cuh(338): error: expected an identifier
F:/CUDA/11.8.0/include\cub/device/dispatch/dispatch_segmented_sort.cuh(379): error: expected a member name
If I force to build with cuda 11.3, the build finish correctly, but I'm not sure to use the whl in an environment with a different version of CUDA.
There is a fix?
The text was updated successfully, but these errors were encountered: