Skip to content

Commit b136481

Browse files
Update mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
Co-authored-by: Krzysztof Drewniak <[email protected]>
1 parent 24aa2e7 commit b136481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ class ROCDL_TrLoadOp<ROCDL_TrLoadOpMeta meta> :
675675

676676
dag args = (ins Arg<LLVM_PointerInAddressSpace<meta.addrKind.space>, "", [MemRead]>:$ptr);
677677
let arguments = !con(args, baseArgs);
678-
let summary = "Loads and transposes a matrix from " # meta.addrKind.name # " memory or ds to registers (available in gfx1250+).";
678+
let summary = "Loads and transposes a matrix from " # meta.addrKind.name # " memory to registers (available in gfx1250+).";
679679
let description = [{
680680
Load a matrix of }] # meta.inBits # [{-bit data from the }] # meta.addrKind.name # [{ memory,
681681
transpose data between row-major and column-major order,

0 commit comments

Comments
 (0)