opencompl / Quidditch

IREE compiler and runtime for Snitch
Apache License 2.0
6 stars 3 forks source link

[ConvertSnitchToLLVM] Implement single token wait #91

Closed zero9178 closed 4 months ago

zero9178 commented 4 months ago

Up until now all wait_for_dma_transfers ops did not only wait for the transfers denoted by the tokens to be completed, but all transfers within the DMA. This blocks implementing transformations such as pipelining and is generally very unoptimized.