MIOpen:feature:tf32:demonstrate tf32 in conv3d on MI30X platform#1414
Merged
Conversation
4cd5bdb to
4259600
Compare
e08d2bd to
2b0a177
Compare
a17b62f to
7e93a40
Compare
7e93a40 to
0182107
Compare
0da782e to
821e4f2
Compare
821e4f2 to
70be02e
Compare
7 tasks
BrianHarrisonAMD
approved these changes
Nov 13, 2025
Contributor
BrianHarrisonAMD
left a comment
There was a problem hiding this comment.
I believe this is ready to merge now.
You will need to update to latest from develop, and get TheRock CI passing before merge though.
Thanks for the work on this!
1 task
BradPepersAMD
added a commit
that referenced
this pull request
Nov 25, 2025
…orm" (#2892) Reverts #1414 due to an issue found with TF32 on gfx950: ROCm/TheRock#2227
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
CDNA3 series support TF32 in matrix core natively. While TF32 is not supported in MIOpen now. This PR is a POC of enabling TF32.
Technical Details
All kernel is changed in CK( PR:2763). Below are the changes in miopen:
Test Plan
Test Result
Submission Checklist