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

[cmake] Add support for cuda-12 #1324

Merged
merged 1 commit into from
Dec 21, 2022
Merged

[cmake] Add support for cuda-12 #1324

merged 1 commit into from
Dec 21, 2022

Conversation

jmelou
Copy link
Member

@jmelou jmelou commented Dec 21, 2022

No description provided.

@fabiencastan fabiencastan added this to the 2.5.0 milestone Dec 21, 2022
@fabiencastan fabiencastan merged commit 19e3c9b into develop Dec 21, 2022
@fabiencastan fabiencastan deleted the dev/cuda12 branch December 21, 2022 15:30
Comment on lines +662 to +665
if(CUDA_VERSION_MAJOR VERSION_GREATER_EQUAL 12)
set(ALICEVISION_CUDA_CC_LIST_BASIC 50 52 60 61 62 70 72 75 80 86 87 89 90)
elseif(CUDA_VERSION VERSION_GREATER_EQUAL 11.8)
set(ALICEVISION_CUDA_CC_LIST_BASIC 35 50 52 60 61 62 70 72 75 80 86 87 89 90)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, since 11.6 everything < 60 has been deprecated, and we'll get a lot of noisy messages.
Also apparently 90 Is not supported in 11.8
https://arnon.dk/tag/nvcc-flags/

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.

3 participants