I'm trying to build pytorch3d on Windows 11 using CUDA 11.8 and PyTorch 2.0.1 but having some issues coming from CUB.
I am starting the building process on "x64 Native Tools Command Prompt for VS 2022" using a conda environment:
python setup.py install
What I've done so far:
following the issue#1227, I tried to copy new cub 11.7 to cuda folder, this problem solved
C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/include\cub/device/dispatch/dispatch_segmented_sort.cuh(338): error: invalid combination of type specifiers
C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/include\cub/device/dispatch/dispatch_segmented_sort.cuh(338): error: expected an identifier
C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/include\cub/device/dispatch/dispatch_segmented_sort.cuh(379): error: expected a member name
š Bugs / Unexpected behaviors
I'm trying to build pytorch3d on Windows 11 using CUDA 11.8 and PyTorch 2.0.1 but having some issues coming from CUB.
I am starting the building process on "x64 Native Tools Command Prompt for VS 2022" using a conda environment: python setup.py install What I've done so far:
following the issue#1227, I tried to copy new cub 11.7 to cuda folder, this problem solved
but get new error:
I tried cub 2.1.0 , doesn't work. I googled it , found nothing. Maybe I should uninstall vs2022 and install vs2019 and give it a try?