[mlir][linalg][bufferize] Add BufferizableOpInterface
This commit adds a new op interface: BufferizableOpInterface. In the future, ops that implement this interface can be bufferized using Comprehensive Bufferize. Note: The interface methods of this interface correspond to the "op interface" in ComprehensiveBufferize.cpp. Differential Revision: https://reviews.llvm.org/D112974
Loading
Please sign in to comment