[Mlir-commits] [mlir] [mlir][linalg] unfold projected permutation. (PR #114704)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Nov 3 04:23:41 PST 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff c9a1cffd3d2129ccdda766ef4379dbca1cf6724b cdf865ca4c8b4e67b03de744b3c2540c34cd8082 --extensions cpp,h -- mlir/lib/Dialect/Linalg/Transforms/UnfoldProjectedPermutation.cpp mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h mlir/lib/Dialect/Linalg/Transforms/Specialize.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h b/mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
index a110eb88e9..22af75e473 100644
--- a/mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
+++ b/mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
@@ -1786,7 +1786,6 @@ void populateBubbleUpExtractSliceOpPatterns(RewritePatternSet &patterns);
 /// linalg.fill(%cst, tensor.extract_slice(%init)).
 void populateSwapExtractSliceWithFillPatterns(RewritePatternSet &patterns);
 
-
 /// Add patterns to make explicit broadcasts and transforms in the
 /// input operands of a genericOp.
 void populateUnfoldProjectedPermutationPatterns(RewritePatternSet &patterns);

``````````

</details>


https://github.com/llvm/llvm-project/pull/114704


More information about the Mlir-commits mailing list