Skip to content

Commit 8138f3a

Browse files
committed
change documentation
1 parent 281393e commit 8138f3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,8 @@ def XeGPU_CreateMemDescOp: XeGPU_Op<"create_mem_desc", [Pure,
12981298
as the underlying shared local memory.
12991299

13001300
Arguments:
1301-
- `source` : 1D or 2D statically shape memref, representing the raw SLM buffer. When the source is provided as 1D memref, its type must be i8.
1301+
- `source` : 1D or 2D statically shape memref, representing the raw SLM buffer.
1302+
The provided memref must be contiguous.
13021303
Results:
13031304
- `mem_desc` : the memory descriptor.
13041305
}];

0 commit comments

Comments
 (0)