-
Notifications
You must be signed in to change notification settings - Fork 515
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
Building from source fails #3100
Comments
cc @ezyang |
one thing I know is bad about fbgemm build is that the cuda install you want to use MUST be in /usr/local/cuda, fbgemm's build system does NOT support you putting it anywhere else |
Forcing C++17 instead of C++20 makes this error go away. |
@q10, I was using a conda environment, but using gcc 12 inside the conda environment instead of the recommended gcc 10. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to build with gcc 12 and CUDA toolkit 12.2 on a Linux x86_64 machine.
It fails with
The text was updated successfully, but these errors were encountered: