From 3901e6276a09f70bd3ceda0ca270df6ebf387780 Mon Sep 17 00:00:00 2001 From: Han-Chung Wang Date: Mon, 12 Aug 2024 20:11:05 -0700 Subject: [PATCH] [GPU][NFC] Update the comment of intrinsic format. (#18194) This is the follow-up for https://github.com/iree-org/iree/commit/82012e69efa433e151bceec06dd5941534cbfbb2 which forgot to update the comment. --- .../src/iree/compiler/Codegen/Dialect/GPU/IR/IREEGPUEnums.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/iree/compiler/Codegen/Dialect/GPU/IR/IREEGPUEnums.td b/compiler/src/iree/compiler/Codegen/Dialect/GPU/IR/IREEGPUEnums.td index d9f45e1c49eb..60501b719c1b 100644 --- a/compiler/src/iree/compiler/Codegen/Dialect/GPU/IR/IREEGPUEnums.td +++ b/compiler/src/iree/compiler/Codegen/Dialect/GPU/IR/IREEGPUEnums.td @@ -98,7 +98,7 @@ class IREEGPU_I32MmaEnumAttr let genSpecializedAttr = 0; } -// Format: __xx_ +// Format: __xx_ 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>;