adstraw commented on code in PR #14254: URL: https://github.com/apache/tvm/pull/14254#discussion_r1140365973
########## include/tvm/tir/builtin.h: ########## @@ -726,15 +726,26 @@ TVM_DLL const Op& texture2d_store(); TVM_DLL const Op& texture2d_load(); /*! - * \brief Initiate a non-blocking DMA copy from source to destination + * \brief Initiate a non-blocking DMA copy from source to destination; a DMA copy outside of a group Review Comment: Good feedback. Groups are more about "tracking" than "launching" however. -- 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]
