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 9.0a to cpp_extension supported compute archs #110587

Closed
wants to merge 1 commit into from

Conversation

dzhulgakov
Copy link
Collaborator

There's an extended compute capability 9.0a for Hopper that was introduced in Cuda 12.0: https://docs.nvidia.com/cuda/archive/12.0.0/cuda-compiler-driver-nvcc/index.html#gpu-feature-list

E.g. Cutlass leverages it: https://github.com/NVIDIA/cutlass/blob/5f13dcad781284678edafa3b8d108120cfc6a6e4/python/cutlass/emit/pytorch.py#L684

This adds it to the list of permitted architectures to use in cpp_extension directly.

@pytorch-bot
Copy link

pytorch-bot bot commented Oct 5, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/110587

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (2 Unrelated Failures)

As of commit 4e6b137 with merge base c36b31d (image):

UNSTABLE - The following jobs failed but were likely due to flakiness present on trunk and has been marked as unstable:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@dzhulgakov dzhulgakov added the release notes: build release notes category label Oct 5, 2023
@ezyang
Copy link
Contributor

ezyang commented Oct 5, 2023

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Oct 5, 2023
@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

pytorchmergebot pushed a commit that referenced this pull request Apr 3, 2024
…123243)

When people build pytorch extensions with cmake, and the GPU supports 9.0a arch as introduced in #110587 , the cmake regex is not updated to recognize the change, leading to cmake breaks like #113948 and #119946 .

This PR should fix them.
Pull Request resolved: #123243
Approved by: https://github.com/malfet
sanketpurandare pushed a commit to sanketpurandare/pytorch that referenced this pull request Apr 22, 2024
…ytorch#123243)

When people build pytorch extensions with cmake, and the GPU supports 9.0a arch as introduced in pytorch#110587 , the cmake regex is not updated to recognize the change, leading to cmake breaks like pytorch#113948 and pytorch#119946 .

This PR should fix them.
Pull Request resolved: pytorch#123243
Approved by: https://github.com/malfet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/trunk Trigger trunk jobs on your pull request Merged open source release notes: build release notes category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants