Add new operations affine.dma_start and affine.dma_wait which take affine maps...
Add new operations affine.dma_start and affine.dma_wait which take affine maps for indexing memrefs by construction. These ops are analogues of the current standard ops dma_start/wait, with the exception that the memref operands are affine expressions of loop IVs and symbols (analogous to affine.load/store). The addition of these operations will enable changes to affine transformation and analysis passes which operate on memory dereferencing operations. PiperOrigin-RevId: 255658382
Loading
Please sign in to comment