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 50e33ff commit ae22f27Copy full SHA for ae22f27
mlir/lib/Dialect/XeGPU/Transforms/XeGPUBlocking.cpp
@@ -39,7 +39,8 @@ namespace {
39
// cast and 1:N vector cast. vector::insert_strided_slice ops will be
40
// used for the first case, and vector::extract_strided_slice ops will be
41
// used for the second case.
42
-static void resolveUnrealizedConversionCastOp(UnrealizedConversionCastOp castOp) {
+static void
43
+resolveUnrealizedConversionCastOp(UnrealizedConversionCastOp castOp) {
44
ValueRange inputs = castOp.getInputs();
45
ValueRange outputs = castOp.getOutputs();
46
0 commit comments