[Mlir-commits] [llvm] [mlir] [mlir][tensor][linalg] Move RelayoutOpInterface from linalg back to tensor (PR #127533)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Feb 17 11:17:06 PST 2025
banach-space wrote:
> If the interface is in a header that does not require implementation details, then it's a reasonable way to share information without actually requiring one to link all object files unless using the actual dialect.
It's indeed a header file, but it's TableGen'ed, hence "build system" dependency. I suspect that's the undesired side-effect?
https://github.com/llvm/llvm-project/pull/127533
More information about the Mlir-commits
mailing list