[Mlir-commits] [mlir] [mlir][python] python binding for the affine.store op (PR #68816)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Wed Oct 11 09:36:06 PDT 2023


================
@@ -0,0 +1,6 @@
+#ifndef PYTHON_BINDINGS_AFFINE_OPS
+#define PYTHON_BINDINGS_AFFINE_OPS
+
+include "mlir/Dialect/Affine/IR/AffineOps.td"
+
+#endif // PYTHON_BINDINGS_AFFINE_OPS
----------------
ftynse wrote:

Trailing newline please.

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


More information about the Mlir-commits mailing list