tqchen opened a new pull request, #16716: URL: https://github.com/apache/tvm/pull/16716
This PR ensures that NDArray.CopyTo(Device) always sync. Prior to this PR, the behavior is uncertain as the underlying DeviceAPI may or maynot sync. This PR further clarifies in docs about the contract (that low-level device api is always async) as well as the sync/async nature of each NDArray API. -- 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]
