adstraw opened a new pull request, #12411:
URL: https://github.com/apache/tvm/pull/12411

   Adds adds asynchronous DMA support through the Hexagon User DMA engine with 
unit tests to validate basic functionality.  Enables future testing and 
development for asynchronous memory copy on Hexagon.  For now, Hexagon DMA 
support remains synchronous in nature through existing 
`hexagon_user_dma_1d_sync` interface which uses asynchronous capable 
`HexagonUserDMA` class in a synchronous way --- calling `Copy` and `Wait` back 
to back for each request.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to