MLIR-AIE
|
Public Member Functions | |
AIEBufferToStandard (MLIRContext *context, ModuleOp &m, PatternBenefit benefit=1, int tileCol=-1, int tileRow=-1) | |
LogicalResult | matchAndRewrite (BufferOp buffer, OpAdaptor adaptor, ConversionPatternRewriter &rewriter) const override |
Public Attributes | |
ModuleOp &int | tileCol = 0 |
int | tileRow = 0 |
Definition at line 427 of file AIECoreToStandard.cpp.
|
inline |
Definition at line 432 of file AIECoreToStandard.cpp.
|
inlineoverride |
Definition at line 438 of file AIECoreToStandard.cpp.
References xilinx::AIE::col, xilinx::AIE::row, tileCol, and tileRow.
ModuleOp& int AIEBufferToStandard::tileCol = 0 |
Definition at line 430 of file AIECoreToStandard.cpp.
Referenced by matchAndRewrite().
int AIEBufferToStandard::tileRow = 0 |
Definition at line 431 of file AIECoreToStandard.cpp.
Referenced by matchAndRewrite().