I've just noticed that in CudaGPU.DoCopyToDeviceAsync (line 941), if this method makes a call to the async copy method, then it immediately unpins the host array, which could occur before the async copy is completed. Is this a problem?
↧