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

Add cuda 12.8 support #2551

Merged
merged 4 commits into from
Jan 24, 2025

Conversation

robertmaynard
Copy link
Contributor

CUDA 12.8 introduces sm_120 that requires a reduced number of threads per sm.

We also need to pass -static-global-template-stub=false when building with 12.8 as we violate CUDA ODR kernel rules

@vyasr vyasr added feature request New feature or request non-breaking Non-breaking change labels Jan 23, 2025
@jakirkham
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 85fd74d into rapidsai:branch-25.02 Jan 24, 2025
77 checks passed
@robertmaynard robertmaynard deleted the add_cuda_12.8_support branch January 24, 2025 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake cpp feature request New feature or request non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants