-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 support for CUDA arch in CMake and convertSMVer2Cores
#4748
Update support for CUDA arch in CMake and convertSMVer2Cores
#4748
Conversation
I approved the PR, but the CI is not happy about the decomposition in the for loop (C++17 feature). Could you please make one final change? :) |
Of course, @kunaltyagi! I was already wondering if I am permitted to use c++17. The standard in the Cmakelists is set to 14. Just out of curiosity, could this maybe be updated? The oldest compiler used in the build pipeline seems to be gcc7 which supports all but one PR of c++17. Anyway, thank you again very much for your support! |
convertSMVer2Cores
@kunaltyagi commented in the (unrelated) PR #4719 that a
std::array
could replace a c-style array. I am just filing this short PR because I think the changed indeed improves the code.