[Mlir-commits] [mlir] [mlir][Vector] Add fastmath flags to	vector.reduction (PR #66905)
    Nicolas Vasilache 
    llvmlistbot at llvm.org
       
    Wed Sep 20 07:40:37 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"
----------------
nicolasvasilache wrote:
done
https://github.com/llvm/llvm-project/pull/66905
    
    
More information about the Mlir-commits
mailing list