Skip to content

Commit ae22f27

Browse files
committed
fix format
1 parent 50e33ff commit ae22f27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ namespace {
3939
// cast and 1:N vector cast. vector::insert_strided_slice ops will be
4040
// used for the first case, and vector::extract_strided_slice ops will be
4141
// used for the second case.
42-
static void resolveUnrealizedConversionCastOp(UnrealizedConversionCastOp castOp) {
42+
static void
43+
resolveUnrealizedConversionCastOp(UnrealizedConversionCastOp castOp) {
4344
ValueRange inputs = castOp.getInputs();
4445
ValueRange outputs = castOp.getOutputs();
4546

0 commit comments

Comments
 (0)