Skip to content
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 C++ standard for host code to C++17 and device code to C++14 #67

Merged
merged 4 commits into from
Dec 26, 2021

Conversation

zpzim
Copy link
Owner

@zpzim zpzim commented Dec 24, 2021

This updates the C++ standard for host code to C++17 which is fully supported by most compilers at this point.

CUDA device code will compile with C++14 for maximum cuda/host compiler interoperability.

Also cleans up numerous style and lint issues in the codebase.

@zpzim zpzim linked an issue Dec 25, 2021 that may be closed by this pull request
@zpzim zpzim merged commit 26cd5d1 into master Dec 26, 2021
@zpzim zpzim deleted the cleanup-lint branch December 26, 2021 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade C++ standard to c++14 or c++17
1 participant