public void Copy(CudaArray <T> source)
 {
     _array.AsyncCopyToDevice(source._array, default(CUstream));
 }