Skip to content

Commit 09376fc

Browse files
committed
fixup! [MLIR][XeGPU] Add sg_map attribute
1 parent 3e6301f commit 09376fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def XeGPU_SGMapAttr : XeGPUAttr<"SGMap", "sg_map"> {
159159
each accessing 1 element as specified by wi_data=[1, 1].
160160

161161
`wi_data[0] * wi_data[1]` can be greater than 1, meaning that each work item operates on multiple elements,
162-
which is eventually lowered to "SIMT-flavor" vector, like SPIR-V vector or llvm vector.
162+
which is eventually lowered to "SIMT-flavor" vector, like SPIR-V vector or llvm vector, or packed to a storage data type.
163163
The multiple elements indicated by `wi_data` can only be from one dimension and must be contiguous in the memory along either dimension.
164164
}];
165165
let parameters = (ins

0 commit comments

Comments
 (0)