[Mlir-commits] [mlir] [mlir][linalg] Add runtime verification for linalg.generic (PR #89342)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Apr 18 20:40:42 PDT 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 466017c8dab74f66ce513c8752f0c1dcd16a8a63 9c6f0780f2f0aa1d1bf296e44bc11d6096f8ef28 -- mlir/include/mlir/Dialect/Linalg/Transforms/RuntimeOpVerification.h mlir/lib/Dialect/Linalg/Transforms/RuntimeOpVerification.cpp mlir/include/mlir/InitAllDialects.h mlir/lib/Dialect/MemRef/Transforms/RuntimeOpVerification.cpp mlir/lib/Interfaces/RuntimeVerifiableOpInterface.cpp
``````````

</details>

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

``````````diff
diff --git a/mlir/include/mlir/Dialect/Linalg/Transforms/RuntimeOpVerification.h b/mlir/include/mlir/Dialect/Linalg/Transforms/RuntimeOpVerification.h
index ae11a3da0f..6c3643f783 100644
--- a/mlir/include/mlir/Dialect/Linalg/Transforms/RuntimeOpVerification.h
+++ b/mlir/include/mlir/Dialect/Linalg/Transforms/RuntimeOpVerification.h
@@ -19,4 +19,3 @@ void registerRuntimeVerifiableOpInterfaceExternalModels(
 } // namespace mlir
 
 #endif // MLIR_DIALECT_LINALG_RUNTIMEOPVERIFICATION_H
-

``````````

</details>


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


More information about the Mlir-commits mailing list