Skip to content

update CMAKE_CUDA_ARCHITECTURES for packaging pipelines #25126

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

Merged
merged 1 commit into from
Jun 21, 2025

Conversation

tianleiwu
Copy link
Contributor

@tianleiwu tianleiwu commented Jun 20, 2025

  • Change 90 to 90a. It is because FpA IntB Gemm uses accelerated features (like WGMMA, TMA and setmaxnreg).
  • Change 90 to 90a-real;90a-virtual. It is because a recent change in cuda_configuration.cmake will replace "90" to "90a-real", and we need explicitly add the virtual one 90a-virtual to the list.

Note that our pipelines are still using CUDA 12.2, so it is not able to add 100 and 120 to the list. We can add it when we upgrade to CUDA 13 in the future.

@snnn snnn merged commit c98a0e0 into main Jun 21, 2025
185 of 189 checks passed
@snnn snnn deleted the tlwu/update_cuda_arch_list branch June 21, 2025 17:46
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.

2 participants