This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Guard DMA-specific logic with DMA option
ClosedPublic

Authored by timshen on Mar 10 2020, 3:37 PM.

Diff Detail

Event Timeline

timshen created this revision.Mar 10 2020, 3:37 PM
bondhugula accepted this revision.Mar 10 2020, 7:12 PM

Thanks for fixing this. If you prefer, you could even prefix stride with DMA.

stride -> dmaStride
strideInfos -> dmaStrideInfos
numEltPerStride -> numEltPerDmaStride

This revision is now accepted and ready to land.Mar 10 2020, 7:12 PM
This revision was automatically updated to reflect the committed changes.