VirtualObjectTransferCuda.h needs to use cudaMemcpyAsync
The CUDA device should do all memcpy using cudaMemcpyAsync
so that we can specify which stream to use.
The CUDA device should do all memcpy using cudaMemcpyAsync
so that we can specify which stream to use.
assigned to @robertmaynard
mentioned in merge request !1114 (merged)
Closing as !1114 (merged) resolves this.
closed