[Mlir-commits] [llvm] [mlir] [mlir][tensor][linalg] Move RelayoutOpInterface from linalg back to tensor (PR #127533)
Renato Golin
llvmlistbot at llvm.org
Mon Feb 17 12:30:17 PST 2025
rengolin wrote:
> If everything goes well, I will only need to change [this include](https://github.com/llvm/llvm-project/blob/a8b177aa6048e3dc278f63f4bc79e2c199ecd722/mlir/lib/Dialect/Tensor/IR/TensorOps.cpp#L13C1-L13C43) from Linalg.h to LinalgInterfaces.h.
Awesome! I think @banach-space's new PR does that for you.
https://github.com/llvm/llvm-project/pull/127533
More information about the Mlir-commits
mailing list