wrongtest commented on PR #80: URL: https://github.com/apache/tvm-rfcs/pull/80#issuecomment-1163064479
@masahi Hi~ thanks for the reply several day ago. After a bit learning of CUDA async interface `cuda::pipeline`, may I ask one more question? Thank you very much again! https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#with-memcpy_async-pipeline-pattern-multi The tutorial says there are four primitives: `producer_acquire`, `producer_commit`, `consumer_wait`, `consumer_release`; What is the relation to proposed `async_commit_stage/async_wait_stage`? -- 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]
