[Mlir-commits] [mlir] [MLIR] [Vector] ConstantFold MultiDReduction (PR #122450)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Sun Jan 12 08:25:17 PST 2025
================
@@ -21,11 +21,13 @@
#include "mlir/Dialect/Tensor/IR/Tensor.h"
#include "mlir/Dialect/Utils/IndexingUtils.h"
#include "mlir/Dialect/Utils/StructuredOpsUtils.h"
+#include "mlir/Dialect/Vector/TransformOps/VectorTransformOps.h"
----------------
banach-space wrote:
Doesn't seem to be needed?
https://github.com/llvm/llvm-project/pull/122450
More information about the Mlir-commits
mailing list