Beispiel #1
0
 public void Copy3DAsync(CUDAMemCpy3D desc, CUstream stream)
 {
     this.LastError = CUDADriver.cuMemcpy3DAsync(ref desc, stream);
 }