forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update CUDA flags #28
Labels
Comments
The workaround for CMSSW 10.1.0-pre2 is to run cmsenv
sed -e's|CUDA_FLAGS="-O2 -std=c++14"|CUDA_FLAGS="-O3 -std=c++14 --expt-relaxed-constexpr --expt-extended-lambda"|' -i $CMSSW_BASE/config/toolbox/$SCRAM_ARCH/tools/selected/cuda.xml
scram b |
Closing, the fix has been included in CMSSW 10.1.0-pre3 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update the default CUDA flags to include
-O3 -std=c++14 --expt-relaxed-constexpr --expt-extended-lambda
The text was updated successfully, but these errors were encountered: