You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/13 17:53:33 UTC

[GitHub] [tvm-rfcs] JosephTheOctonaut commented on pull request #80: Asynchronous stage in software pipeline

JosephTheOctonaut commented on PR #80:
URL: https://github.com/apache/tvm-rfcs/pull/80#issuecomment-1183514531

   To elaborate: my instinct is that they should both be annotations or both be intrinsics. Based on some preliminary sketching of lowering to other targets, I think the annotation route might be easier, because it lets you lower the entire asynchronous block at once. This can reduce the duplication of information that might be needed for lowering each intrinsic separately. Further, if the back-end requires additional transformations of the block, or has a synchronization system that doesn't fit exactly with the `commit`/`wait` style, operating at the block-level can provide more flexibility.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org