public static extern cudaError cudaMemcpyArrayToArray(ref cudaArray dst, ulong wOffsetDst, ulong hOffsetDst, ref cudaArray src, ulong wOffsetSrc, ulong hOffsetSrc, ulong count, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpyAsync(CUdeviceptr dst, IntPtr src, uint count, cudaMemcpyKind kind, cudaStream stream);
public static extern cudaError cudaMemcpy2DToArrayAsync(ref cudaArray dst, uint wOffset, uint hOffset, CUdeviceptr src, uint spitch, uint width, uint height, cudaMemcpyKind kind, cudaStream stream);
public static extern cudaError cudaMemcpyArrayToArray(ref cudaArray dst, SizeT wOffsetDst, SizeT hOffsetDst, ref cudaArray src, SizeT wOffsetSrc, SizeT hOffsetSrc, SizeT count, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy2DToArray(ref cudaArray dst, int wOffset, int hOffset, CUdeviceptr src, int spitch, int width, int height, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy2DToArray(ref cudaArray dst, ulong wOffset, ulong hOffset, CUdeviceptr src, ulong spitch, ulong width, ulong height, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy2DArrayToArray(ref cudaArray dst, int wOffsetDst, int hOffsetDst, ref cudaArray src, int wOffsetSrc, int hOffsetSrc, int width, int height, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy2DFromArrayAsync(IntPtr dst, ulong dpitch, ref cudaArray src, ulong wOffset, ulong hOffset, ulong width, ulong height, cudaMemcpyKind kind, cudaStream stream);
public static extern cudaError cudaMemcpy2D(IntPtr dst, uint dpitch, CUdeviceptr src, uint spitch, uint width, uint height, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy2DArrayToArray(ref cudaArray dst, SizeT wOffsetDst, SizeT hOffsetDst, ref cudaArray src, SizeT wOffsetSrc, SizeT hOffsetSrc, SizeT width, SizeT height, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy2D(CUdeviceptr dst, ulong dpitch, IntPtr src, ulong spitch, ulong width, ulong height, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy2D(CUdeviceptr dst, SizeT dpitch, IntPtr src, SizeT spitch, SizeT width, SizeT height, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy([Out] ulong[] dst, CUdeviceptr src, uint count, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy(CUdeviceptr dst, [In] uint[] src, SizeT count, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy2DArrayToArray(ref cudaArray dst, ulong wOffsetDst, ulong hOffsetDst, ref cudaArray src, ulong wOffsetSrc, ulong hOffsetSrc, ulong width, ulong height, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy2DFromArrayAsync(IntPtr dst, SizeT dpitch, ref cudaArray src, SizeT wOffset, SizeT hOffset, SizeT width, SizeT height, cudaMemcpyKind kind, cudaStream stream);
public static extern cudaError cudaMemcpy2DAsync(IntPtr dst, SizeT dpitch, CUdeviceptr src, SizeT spitch, SizeT width, SizeT height, cudaMemcpyKind kind, cudaStream stream);
public static extern cudaError cudaMemcpy2DToArray(ref cudaArray dst, SizeT wOffset, SizeT hOffset, CUdeviceptr src, SizeT spitch, SizeT width, SizeT height, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy2DAsync(IntPtr dst, int dpitch, CUdeviceptr src, int spitch, int width, int height, cudaMemcpyKind kind, cudaStream stream);
public static extern cudaError cudaMemcpy2DToArray(ref cudaArray dst, uint wOffset, uint hOffset, IntPtr src, uint spitch, uint width, uint height, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy2DAsync(IntPtr dst, ulong dpitch, CUdeviceptr src, ulong spitch, ulong width, ulong height, cudaMemcpyKind kind, cudaStream stream);
public static extern cudaError cudaMemcpy2DToArrayAsync(ref cudaArray dst, SizeT wOffset, SizeT hOffset, IntPtr src, SizeT spitch, SizeT width, SizeT height, cudaMemcpyKind kind, cudaStream stream);
public static extern cudaError cudaMemcpy2DFromArray(CUdeviceptr dst, SizeT dpitch, ref cudaArray src, SizeT wOffset, SizeT hOffset, SizeT width, SizeT height, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy2DToArrayAsync(ref cudaArray dst, ulong wOffset, ulong hOffset, IntPtr src, ulong spitch, ulong width, ulong height, cudaMemcpyKind kind, cudaStream stream);
public static extern cudaError cudaMemcpy2DFromArray(CUdeviceptr dst, ulong dpitch, ref cudaArray src, ulong wOffset, ulong hOffset, ulong width, ulong height, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpyArrayToArray(ref cudaArray dst, int wOffsetDst, int hOffsetDst, ref cudaArray src, int wOffsetSrc, int hOffsetSrc, uint count, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpy2DFromArray(IntPtr dst, uint dpitch, ref cudaArray src, uint wOffset, uint hOffset, uint width, uint height, cudaMemcpyKind kind);
public static extern cudaError cudaMemcpyAsync(CUdeviceptr dst, CUdeviceptr src, SizeT count, cudaMemcpyKind kind, cudaStream stream);
public static extern cudaError cudaMemcpy2DFromArrayAsync(CUdeviceptr dst, uint dpitch, ref cudaArray src, uint wOffset, uint hOffset, uint width, uint height, cudaMemcpyKind kind, cudaStream stream);
public static extern cudaError cudaMemcpy( IntPtr dst, IntPtr src, ulong count, cudaMemcpyKind kind );