Skip to content

Commit c0ba80e

Browse files
committed
fixing documentation
1 parent 18f8cb9 commit c0ba80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ def XeGPU_CreateMemDescOp: XeGPU_Op<"create_mem_desc", [Pure,
13041304
as the underlying shared local memory.
13051305

13061306
Arguments:
1307-
- `source` : a 1D statically shaped memref with element type i8, representing the raw SLM buffer.
1307+
- `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.
13081308
Results:
13091309
- `mem_desc` : the memory descriptor.
13101310
}];

0 commit comments

Comments
 (0)