Skip to content

[AMD] Use hipblasLt for mm#114890

Closed
xw285cornell wants to merge 1 commit intopytorch:mainfrom
xw285cornell:export-D51695327
Closed

[AMD] Use hipblasLt for mm#114890
xw285cornell wants to merge 1 commit intopytorch:mainfrom
xw285cornell:export-D51695327

Conversation

@xw285cornell
Copy link
Copy Markdown
Contributor

Summary: hipblasLt is much better in performance than hipblas, so try to use it in more cases.

Differential Revision: D51695327

Summary: hipblasLt is much better in performance than hipblas, so try to use it in more cases.

Differential Revision: D51695327
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot bot commented Nov 30, 2023

🔗 Helpful Links

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

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

❌ 1 New Failure

As of commit d0bb1fa with merge base b35ca2c (image):

NEW FAILURE - The following job has failed:

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

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D51695327

@github-actions
Copy link
Copy Markdown
Contributor

This PR needs a release notes: label

If your changes are user facing and intended to be a part of release notes, please use a label starting with release notes:.

If not, please add the topic: not user facing label.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "topic: not user facing"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

pytorchmergebot pushed a commit to ROCm/pytorch that referenced this pull request Dec 1, 2023
@jeffdaily
Copy link
Copy Markdown
Collaborator

This change is merged to #114329.

@jeffdaily jeffdaily closed this Dec 1, 2023
pytorchmergebot pushed a commit to ROCm/pytorch that referenced this pull request Dec 14, 2023
pytorchmergebot pushed a commit that referenced this pull request Jan 10, 2024
This PR fixes the accuracy issues for hipblasLT for mm case on ROCm.
This PR is a follow up to the integration PR #114329 and #114890

The accuracy issue arises for mm usecase for ROCm where hipblasLT is enabled, and a bias has been passed which is not required. This PR addresses that issue.
Added a unit-test case for this issue (bias=None) case.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants