-
Notifications
You must be signed in to change notification settings - Fork 370
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
Installation error: Unknown option '-fopenmp' #311
Comments
Hi Armen, Could you try pytorch 1.7? |
The error can be fixed when passing |
use |
Thank you so much!! Adding -Xcompiler -fopenmp to nvcc, that really works!! |
Where should I add this line? |
Could you show me how to add it plz @eusansone-dev |
Update cmake to v3.22.5 available for me |
Describe the bug
Hi Chris,
when building from source thru
python setup.py install
I get following error message:Any idea how come? I tried
gcc8.4.0
and also few lower CUDA version but with the same outcome.To Reproduce
python setup.py install
Expected behavior
'-fopenmp' should be known
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: