Skip to content

Commit bd4ade5

Browse files
lialanCopilot
andauthored
Update mlir/include/mlir/Dialect/AMDGPU/Transforms/Passes.td
Co-authored-by: Copilot <[email protected]>
1 parent 71fe3aa commit bd4ade5

File tree

1 file changed

+2
-2
lines changed
  • mlir/include/mlir/Dialect/AMDGPU/Transforms

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/AMDGPU/Transforms/Passes.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def AmdgpuMaskedloadToLoadPass : Pass<"amdgpu-maskedload-to-load"> {
7474
def AmdgpuFoldSubviewOpsPass : Pass<"amdgpu-fold-subview-ops"> {
7575
let summary = "Fold subview operations into their parent operations";
7676
let description = [{
77-
This pass identifies `memref.subview` source of `GatherToLDSOp` and
78-
attempts to fold the source op, potentially simplifying the overall
77+
This pass identifies `memref.subview` sources of `GatherToLDSOp` and
78+
attempts to fold the source ops, potentially simplifying the overall
7979
operation and improving performance.
8080
}];
8181
let dependentDialects = [

0 commit comments

Comments
 (0)