Skip to content

Commit 1818058

Browse files
committed
nit
Signed-off-by: Eric Feng <Eric.Feng@amd.com>
1 parent 3dc7362 commit 1818058

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compiler/src/iree/compiler/Codegen/Dialect/GPU/IR/IREEGPUAttrs.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ getMNKShape(VirtualMMAIntrinsic type) {
12691269
case VirtualMMAIntrinsic::VMFMA_F32_32x32x16_F8E4M3FNUZ:
12701270
case VirtualMMAIntrinsic::VMFMA_F32_32x32x16_F16:
12711271
return {32, 32, 16};
1272-
// Sparse trick VSMFMAs for skinny GEMMs: semantically 8x16xK.
1272+
// Sparse trick VDMFMAs for skinny GEMMs: semantically 8x16xK.
12731273
case VirtualMMAIntrinsic::VDMFMA_F32_8x16x64_F16:
12741274
return {8, 16, 64};
12751275
case VirtualMMAIntrinsic::VDMFMA_I32_8x16x128_I8:
@@ -1298,7 +1298,7 @@ getABCElementTypes(MLIRContext *context, VirtualMMAIntrinsic type) {
12981298
return {f16, f16, f32};
12991299
case VirtualMMAIntrinsic::VMFMA_F32_32x32x16_F16:
13001300
return {f16, f16, f32};
1301-
// Sparse trick VSMFMAs for skinny GEMMs.
1301+
// Sparse trick VDMFMAs for skinny GEMMs.
13021302
case VirtualMMAIntrinsic::VDMFMA_F32_8x16x64_F16:
13031303
return {f16, f16, f32};
13041304
case VirtualMMAIntrinsic::VDMFMA_I32_8x16x128_I8:

0 commit comments

Comments
 (0)