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

Hardcoded flag for compute capability 2.0 #162

Closed
sbastrakov opened this issue Sep 24, 2019 · 4 comments · Fixed by #164 or #165
Closed

Hardcoded flag for compute capability 2.0 #162

sbastrakov opened this issue Sep 24, 2019 · 4 comments · Fixed by #164 or #165
Labels

Comments

@sbastrakov
Copy link
Member

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.

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.
@ax3l
Copy link
Member

ax3l commented Sep 25, 2019

Little regression noted in #164 (comment)

Re-opening to keep track of it, so it does not get lost.

@ax3l ax3l reopened this Sep 25, 2019
@ax3l ax3l added the bug label Sep 25, 2019
@psychocoderHPC
Copy link
Member

psychocoderHPC commented Sep 26, 2019

Thanks for re-open it. The dev branch is the default branch, therefore, this issue was auto closed.

@sbastrakov
Copy link
Member Author

sbastrakov commented Sep 26, 2019

@ax3l thanks, will do. However, not sure how that was a regression: a hardcoded value replaced with a slightly modernized hardcoded value.

@ax3l
Copy link
Member

ax3l commented Sep 26, 2019

Thanks for fixing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants