Skip to content

Commit

Permalink
[GPU][NFC] Update the comment of intrinsic format. (iree-org#18194)
Browse files Browse the repository at this point in the history
This is the follow-up for
iree-org@82012e6
which forgot to update the comment.
  • Loading branch information
hanhanW authored Aug 13, 2024
1 parent ad2f0f8 commit 3901e62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class IREEGPU_I32MmaEnumAttr<string name, string summary, list<I32EnumAttrCase>
let genSpecializedAttr = 0;
}

// Format: <kind>_<input-type>_<M>x<N>x<K>_<output-type>
// Format: <kind>_<output-type>_<M>x<N>x<K>_<input-type>
def MFMA_F32_16x16x4_F32 : I32EnumAttrCase<"MFMA_F32_16x16x4_F32", 0>;
def MFMA_F32_16x16x16_F16 : I32EnumAttrCase<"MFMA_F32_16x16x16_F16", 1>;
def MFMA_F32_32x32x8_F16 : I32EnumAttrCase<"MFMA_F32_32x32x8_F16", 2>;
Expand Down

0 comments on commit 3901e62

Please sign in to comment.