We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fe3aa commit bd4ade5Copy full SHA for bd4ade5
mlir/include/mlir/Dialect/AMDGPU/Transforms/Passes.td
@@ -74,8 +74,8 @@ def AmdgpuMaskedloadToLoadPass : Pass<"amdgpu-maskedload-to-load"> {
74
def AmdgpuFoldSubviewOpsPass : Pass<"amdgpu-fold-subview-ops"> {
75
let summary = "Fold subview operations into their parent operations";
76
let description = [{
77
- This pass identifies `memref.subview` source of `GatherToLDSOp` and
78
- attempts to fold the source op, potentially simplifying the overall
+ This pass identifies `memref.subview` sources of `GatherToLDSOp` and
+ attempts to fold the source ops, potentially simplifying the overall
79
operation and improving performance.
80
}];
81
let dependentDialects = [
0 commit comments