MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
mim::plug::matrix::phase Namespace Reference

Classes

class  LowerAff
 Lowers the buffer-world operations (matrix.map_reduce_aff, matrix.broadcast, matrix.pad, matrix.concat) into affine.For loop nests over buffer.read / buffer.write / buffer.alloc, threading mem.M. More...
class  LowerMatrixHighLevelMapRed
 Resolves lowering of high level operations into medium/other high-level operations. More...
class  LowerMatrixMediumLevel
 In this step, we lower map_reduce operations into affine for loops making the iteration scheme explicit. More...