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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
