[Mlir-commits] [mlir] [mlir][linalg] Create a dedicated target for LinalgRelayoutInterface (PR #127541)
Christian Sigg
llvmlistbot at llvm.org
Mon Feb 17 12:30:14 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"
----------------
chsigg wrote:
I would prefer not to include `.inc` files from other dialects.
Let me try to create a separate bazel target for LinalgInterfaces.h, then we don't need any cmake changes and can include LinalgInterfaces.h instead.
https://github.com/llvm/llvm-project/pull/127541
More information about the Mlir-commits
mailing list