[Mlir-commits] [mlir] [mlir][Vector] Add fastmath flags to vector.reduction (PR #66905)

Tobias Gysi llvmlistbot at llvm.org
Wed Sep 20 07:19:33 PDT 2023


================
@@ -10,9 +10,13 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef VECTOR_OPS
-#define VECTOR_OPS
+#ifndef MLIR_DIALECT_VECTOR_IR_VECTOR_OPS
+#define MLIR_DIALECT_VECTOR_IR_VECTOR_OPS
 
+include "Vector.td"
+include "VectorAttributes.td"
----------------
gysit wrote:

I think these are usually prefixed with the full path although not strictly necessary (e.g. in ArithOps.td)
eg
include "mlir/Dialect/Vector/IR/Vector.td"
...

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


More information about the Mlir-commits mailing list