Skip to content

Commit 69ff3ca

Browse files
committed
fix format
1 parent 6d0458f commit 69ff3ca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ getSgShapeAndCount(ArrayRef<int64_t> shape,
7777
}
7878

7979
/// Generates element-wise addition ops of two arrays with automatic alignment.
80-
/// When the input arrays have different sizes, the shorter array is right-aligned
81-
/// with the longer array, and the unmatched leading elements from the longer array
82-
/// are preserved unchanged. This is commonly used for offset computation where
83-
/// higher-dimensional offsets need to be added to lower-dimensional adjustments.
80+
/// When the input arrays have different sizes, the shorter array is
81+
/// right-aligned with the longer array, and the unmatched leading elements from
82+
/// the longer array are preserved unchanged. This is commonly used for offset
83+
/// computation where higher-dimensional offsets need to be added to
84+
/// lower-dimensional adjustments.
8485
///
8586
/// Example:
8687
/// lhs = [10, 20, 30], rhs = [5, 7]

0 commit comments

Comments
 (0)