[Mlir-commits] [mlir] [mlir][bufferization] implement BufferizableOpInterface for concat op (PR #140171)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Jul 27 20:37:35 PDT 2025
FullZing wrote:
Hello @j2kun @matthias-springer ,
may I ask the motivation about extending the bufferization for concat op ?
https://mlir.llvm.org/doxygen/ConcatOpPatterns_8cpp_source.html
we can decompose concat into several insert_slice, then bufferize insert_slice ?
hope to get your answer, thank you very much.
https://github.com/llvm/llvm-project/pull/140171
More information about the Mlir-commits
mailing list