[Mlir-commits] [mlir] [mlir][linalg] Create a dedicated target for `LinalgRelayoutInterface` (PR #128485)
Adam Siemieniuk
llvmlistbot at llvm.org
Mon Feb 24 04:38:03 PST 2025
================
----------------
adam-smnk wrote:
> Right now this interface primarily avoids a dependency of tensor dialect on the linalg dialect, right?
Mechanically, sure. Logically, the dependency still exists.
I wanted to raise a more general question here whether we need a better place for interfaces with cross-dialect usage. Or perhaps the offending folder that creates this dependency should've been moved instead of all these build system tricks.
By all means, not blocking the PR with this.
https://github.com/llvm/llvm-project/pull/128485
More information about the Mlir-commits
mailing list