Skip to content

Commit 0ce71f8

Browse files
committed
save work
1 parent 7ac804c commit 0ce71f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ SGMapPropagation::visitOperation(Operation *op,
341341
}
342342
}
343343
});
344-
/// Add a dependency from each reult to program point after the operation.
344+
/// Add a dependency from each result to program point after the operation.
345345
for (const SGMapLattice *r : results) {
346346
addDependency(const_cast<SGMapLattice *>(r), getProgramPointAfter(op));
347347
}

0 commit comments

Comments
 (0)