forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLVMGPU][ROCM][Layoutv1] Landing Implementation of WMMA on layoutV1 (i…
…ree-org#17580) Introducing WMMA on layoutv1. This feature is required/a prerequisite for getting FA2 on RDNA3 GPUs. This PR brings: 1. WMMA on layoutV1 2. Ensuring VectorX is specified to prevent unexpected behavior for "step" setting in SIMT index. 3. Update of amdgpu_distribute_vectors/distribution of contract such that it follow the newer style of `set_contraction_layout_attributes` for setting intrinsic types as opposed to the less safer method of inferring intrinsic types. 4. Update of tests to match above. Co-authored-by: Groverkss <[email protected]> --------- Co-authored-by: Kunwar Grover <[email protected]>
- Loading branch information
1 parent
9d60462
commit b44581a
Showing
10 changed files
with
278 additions
and
314 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.