Skip to content

Add Thor SM arch to CUDA build#38155

Open
aybchan wants to merge 1 commit into
jax-ml:mainfrom
aybchan:aybchan/update-cuda-plugin-bw-thor
Open

Add Thor SM arch to CUDA build#38155
aybchan wants to merge 1 commit into
jax-ml:mainfrom
aybchan:aybchan/update-cuda-plugin-bw-thor

Conversation

@aybchan
Copy link
Copy Markdown
Member

@aybchan aybchan commented Jun 3, 2026

Add missing Thor SM architecture target to CUDA build

N.b sm_110 was named sm_101 prior to CUDA 13.0 [1]

@aybchan aybchan requested a review from hawkinsp June 3, 2026 14:01
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the .bazelrc configuration to include sm_101 in the CUDA v12 hermetic compute capabilities and sm_110 in the CUDA v13 hermetic compute capabilities. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread .bazelrc
# "sm" means we emit only cubin, which is forward compatible within a GPU generation.
# "compute" means we emit both cubin and PTX, which is larger but also forward compatible to future GPU generations.
common:cuda_v12 --repo_env HERMETIC_CUDA_COMPUTE_CAPABILITIES="sm_50,sm_60,sm_70,sm_80,sm_90,sm_100,compute_120"
common:cuda_v12 --repo_env HERMETIC_CUDA_COMPUTE_CAPABILITIES="sm_50,sm_60,sm_70,sm_80,sm_90,sm_100,sm_101,compute_120"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Should this be sm_110 ?

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