[GPU] Implement block intrinsics introduced in CDNA3 (1/6)#23949
Merged
nirvedhmeshram merged 1 commit intoiree-org:mainfrom Mar 30, 2026
Merged
[GPU] Implement block intrinsics introduced in CDNA3 (1/6)#23949nirvedhmeshram merged 1 commit intoiree-org:mainfrom
nirvedhmeshram merged 1 commit intoiree-org:mainfrom
Conversation
Add block intrinsic enum definitions and corresponding layout structures. These layouts have been e2e verified in a test PR iree-org#23934. They will be not added to the target details until we have correct heursitic support and selection policy for them. The plan for this is described in iree-org#23941 Signed-off-by: Nirvedh Meshram <nirvedh@gmail.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 tasks
nirvedhmeshram
added a commit
to nirvedhmeshram/iree
that referenced
this pull request
Mar 30, 2026
Update GPUPackToIntrinsics and convertContractionToInnerTiledMma to handle the batch dimension introduced by CDNA3 block intrinsics. Depends on iree-org#23949 Please review top commit only. Signed-off-by: Nirvedh Meshram <nirvedh@gmail.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
krzysz00
approved these changes
Mar 30, 2026
Contributor
krzysz00
left a comment
There was a problem hiding this comment.
I trust that you've got the layouts correct and don't want to go digging in the manual for them, appronved
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.
Add block intrinsic enum definitions and corresponding layout structures. These layouts have been e2e verified in a test PR
#23934. and also locally tested on cdna4.
They will not be added to the target details until we have correct heuristic support and selection policy for them. The plan for this is described in #23941