Skip to content

Conversation

eqy
Copy link
Collaborator

@eqy eqy commented Sep 2, 2025

only cuBLAS supports float32 output and cuBLAS only supports rowwise for SM 9.0

Intended to land after #161305

cc @csarofeen @ptrblck @xwang233

@eqy eqy added module: cublas Problem related to cublas support open source ciflow/trunk Trigger trunk jobs on your pull request topic: not user facing topic category ciflow/h100 labels Sep 2, 2025
Copy link

pytorch-bot bot commented Sep 2, 2025

🔗 Helpful Links

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

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

✅ No Failures

As of commit bf995fe with merge base 5a2da09 (image):
💚 Looks good so far! There are no failures yet. 💚

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

@zou3519 zou3519 added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Sep 3, 2025
@zou3519 zou3519 requested a review from ngimel September 3, 2025 16:31

# only cuBLAS supports rowwise with fp32 output and cuBLAS only supports
# rowwise on SM 9.0
if torch.cuda.get_device_capability != (9, 0) and output_dtype == torch.float:
Copy link
Collaborator

Choose a reason for hiding this comment

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

but H100 is sm_90 so the test should not have been failing?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is added by the PR and checks that it indeed fails on non-sm90?

@eqy
Copy link
Collaborator Author

eqy commented Sep 19, 2025

@pytorchmergebot merge

@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 Sep 21, 2025
@ngimel is right, `ciflow/h100` doesn't actually appear to test the PR :(

Pull Request resolved: #163354
Approved by: https://github.com/ngimel, https://github.com/Skylion007
mansiag05 pushed a commit to mansiag05/pytorch that referenced this pull request Sep 22, 2025
…n H100 (pytorch#162022)

only cuBLAS supports float32 output and cuBLAS only supports rowwise for SM 9.0

Intended to land after pytorch#161305

Pull Request resolved: pytorch#162022
Approved by: https://github.com/ngimel
mansiag05 pushed a commit to mansiag05/pytorch that referenced this pull request Sep 22, 2025
@ngimel is right, `ciflow/h100` doesn't actually appear to test the PR :(

Pull Request resolved: pytorch#163354
Approved by: https://github.com/ngimel, https://github.com/Skylion007
cleonard530 pushed a commit to cleonard530/pytorch that referenced this pull request Sep 22, 2025
…n H100 (pytorch#162022)

only cuBLAS supports float32 output and cuBLAS only supports rowwise for SM 9.0

Intended to land after pytorch#161305

Pull Request resolved: pytorch#162022
Approved by: https://github.com/ngimel
cleonard530 pushed a commit to cleonard530/pytorch that referenced this pull request Sep 22, 2025
@ngimel is right, `ciflow/h100` doesn't actually appear to test the PR :(

Pull Request resolved: pytorch#163354
Approved by: https://github.com/ngimel, https://github.com/Skylion007
dsashidh pushed a commit to dsashidh/pytorch that referenced this pull request Sep 26, 2025
…n H100 (pytorch#162022)

only cuBLAS supports float32 output and cuBLAS only supports rowwise for SM 9.0

Intended to land after pytorch#161305

Pull Request resolved: pytorch#162022
Approved by: https://github.com/ngimel
dsashidh pushed a commit to dsashidh/pytorch that referenced this pull request Sep 26, 2025
@ngimel is right, `ciflow/h100` doesn't actually appear to test the PR :(

Pull Request resolved: pytorch#163354
Approved by: https://github.com/ngimel, https://github.com/Skylion007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/h100 ciflow/trunk Trigger trunk jobs on your pull request Merged module: cublas Problem related to cublas support open source topic: not user facing topic category triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants