-
Notifications
You must be signed in to change notification settings - Fork 612
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLVMGPU] Cleanup VirtualMMA functions to match refactoring on base M…
…MAAttr (#19144) Apply similar cleanups to what is done in #19098. For most part we do: 1. Templateize getVectorType and getOpaqueMmaLayout to work on any intrinsic 2. Use common getOpaqueMmaLayout for VirtualMMA 3. Update getABCElementTypes to be similar to MMAAttr 4. Rename get.*MFMA fn to get.*MMA since MFMA is CDNA specific but in reality it does not have to be MFMA instructions Signed-off-by: Stanley Winata <[email protected]>
- Loading branch information
1 parent
a70ea83
commit ef241f9
Showing
1 changed file
with
33 additions
and
51 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