-
Notifications
You must be signed in to change notification settings - Fork 16
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
Hardcoded flag for compute capability 2.0 #162
Labels
Comments
sbastrakov
added a commit
to sbastrakov/mallocMC
that referenced
this issue
Sep 24, 2019
The original code has hardcoded 2.0, not supported since CUDA 9. Closes alpaka-group#162.
Little regression noted in #164 (comment) Re-opening to keep track of it, so it does not get lost. |
Thanks for re-open it. The dev branch is the default branch, therefore, this issue was auto closed. |
@ax3l thanks, will do. However, not sure how that was a regression: a hardcoded value replaced with a slightly modernized hardcoded value. |
Thanks for fixing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This line has a hardcoded flag for compute capability 2.0, which is not supported since CUDA 9. So examples do not compile with the compiler stack used by Alpaka and PIConGPU.
The cmake file generally has room for improvement, but this is the most immediate issue.
The text was updated successfully, but these errors were encountered: