[Mlir-commits] [mlir] [mlir][linalg] Create a dedicated target for LinalgRelayoutInterface (PR #127541)
Renato Golin
llvmlistbot at llvm.org
Mon Feb 17 12:32:03 PST 2025
================
@@ -10,7 +10,7 @@
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/Arith/Utils/Utils.h"
#include "mlir/Dialect/Complex/IR/Complex.h"
-#include "mlir/Dialect/Linalg/IR/Linalg.h"
+#include "mlir/Dialect/Linalg/IR/LinalgRelayoutInterface.h.inc"
----------------
rengolin wrote:
Agree, sorry I missed that.
https://github.com/llvm/llvm-project/pull/127541
More information about the Mlir-commits
mailing list