-
Notifications
You must be signed in to change notification settings - Fork 1.4k
C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8/include\cub/device/dispatch/dispatch_segmented_sort.cuh(338): error: expected an identifier C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8/include\cub/device/dispatch/dispatch_segmented_sort.cuh(379): error: expected a member name #1614
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
Comments
This is an error seen in #1227, but no one has really got to the bottom of it I think. |
the bottom was locked by meta. |
(Now reopened. I think it may have been getting unrelated comments ages ago.) I see that one comment elsewhere suggested fixing a similar problem by upgrading to cub 1.16.0 |
Just had the same error when building with CUDA 11.8 and PyTorch 2.0.1 under Windows 11. |
For anyone get this error as well, I now successfully build pytorch3d on windows, here is the result: ![]() Be note, this is not CUDA117, am using CUDA12.1 Don't know it's only cuda118 issue or anything else, but CUDA12.1 just worked. As well, I added It will work. |
Added define as per facebookresearch/pytorch3d#1614 (comment)
Added define as per facebookresearch/pytorch3d#1614 (comment) Co-authored-by: Chen, Michael <[email protected]>
Added define as per facebookresearch/pytorch3d#1614 (comment) Co-authored-by: Chen, Michael <[email protected]>
i just had the same problem, under the same environment but in window10 , i already add this |
@karaokenoway Please open a new issue. |
you missed comma(",") after adding content("-DWIN32_LEAN_AND_MEAN") |
Added define as per facebookresearch/pytorch3d#1614 (comment) Co-authored-by: Chen, Michael <[email protected]>
Added define as per facebookresearch/pytorch3d#1614 (comment) Co-authored-by: Chen, Michael <[email protected]>
The text was updated successfully, but these errors were encountered: