Ejemplo n.º 1
0
 public static extern cudaError cudaMemcpyArrayToArray(ref cudaArray dst, ulong wOffsetDst, ulong hOffsetDst, ref cudaArray src, ulong wOffsetSrc, ulong hOffsetSrc, ulong count, cudaMemcpyKind kind);
Ejemplo n.º 2
0
 public static extern cudaError cudaMemcpyAsync(CUdeviceptr dst, IntPtr src, uint count, cudaMemcpyKind kind, cudaStream stream);
Ejemplo n.º 3
0
 public static extern cudaError cudaMemcpy2DToArrayAsync(ref cudaArray dst, uint wOffset, uint hOffset, CUdeviceptr src, uint spitch, uint width, uint height, cudaMemcpyKind kind, cudaStream stream);
Ejemplo n.º 4
0
 public static extern cudaError cudaMemcpyArrayToArray(ref cudaArray dst, SizeT wOffsetDst, SizeT hOffsetDst, ref cudaArray src, SizeT wOffsetSrc, SizeT hOffsetSrc, SizeT count, cudaMemcpyKind kind);
Ejemplo n.º 5
0
 public static extern cudaError cudaMemcpy2DToArray(ref cudaArray dst, int wOffset, int hOffset, CUdeviceptr src, int spitch, int width, int height, cudaMemcpyKind kind);
Ejemplo n.º 6
0
 public static extern cudaError cudaMemcpy2DToArray(ref cudaArray dst, ulong wOffset, ulong hOffset, CUdeviceptr src, ulong spitch, ulong width, ulong height, cudaMemcpyKind kind);
Ejemplo n.º 7
0
 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);
Ejemplo n.º 8
0
 public static extern cudaError cudaMemcpy2DFromArrayAsync(IntPtr dst, ulong dpitch, ref cudaArray src, ulong wOffset, ulong hOffset, ulong width, ulong height, cudaMemcpyKind kind, cudaStream stream);
Ejemplo n.º 9
0
 public static extern cudaError cudaMemcpy2D(IntPtr dst, uint dpitch, CUdeviceptr src, uint spitch, uint width, uint height, cudaMemcpyKind kind);
Ejemplo n.º 10
0
 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);
Ejemplo n.º 11
0
 public static extern cudaError cudaMemcpy2D(CUdeviceptr dst, ulong dpitch, IntPtr src, ulong spitch, ulong width, ulong height, cudaMemcpyKind kind);
Ejemplo n.º 12
0
 public static extern cudaError cudaMemcpy2D(CUdeviceptr dst, SizeT dpitch, IntPtr src, SizeT spitch, SizeT width, SizeT height, cudaMemcpyKind kind);
Ejemplo n.º 13
0
 public static extern cudaError cudaMemcpy([Out] ulong[] dst, CUdeviceptr src, uint count, cudaMemcpyKind kind);
Ejemplo n.º 14
0
 public static extern cudaError cudaMemcpy(CUdeviceptr dst, [In] uint[] src, SizeT count, cudaMemcpyKind kind);
Ejemplo n.º 15
0
 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);
Ejemplo n.º 16
0
 public static extern cudaError cudaMemcpy2DFromArrayAsync(IntPtr dst, SizeT dpitch, ref cudaArray src, SizeT wOffset, SizeT hOffset, SizeT width, SizeT height, cudaMemcpyKind kind, cudaStream stream);
Ejemplo n.º 17
0
 public static extern cudaError cudaMemcpy2DAsync(IntPtr dst, SizeT dpitch, CUdeviceptr src, SizeT spitch, SizeT width, SizeT height, cudaMemcpyKind kind, cudaStream stream);
Ejemplo n.º 18
0
 public static extern cudaError cudaMemcpy2DToArray(ref cudaArray dst, SizeT wOffset, SizeT hOffset, CUdeviceptr src, SizeT spitch, SizeT width, SizeT height, cudaMemcpyKind kind);
Ejemplo n.º 19
0
 public static extern cudaError cudaMemcpy2DAsync(IntPtr dst, int dpitch, CUdeviceptr src, int spitch, int width, int height, cudaMemcpyKind kind, cudaStream stream);
Ejemplo n.º 20
0
 public static extern cudaError cudaMemcpy2DToArray(ref cudaArray dst, uint wOffset, uint hOffset, IntPtr src, uint spitch, uint width, uint height, cudaMemcpyKind kind);
Ejemplo n.º 21
0
 public static extern cudaError cudaMemcpy2DAsync(IntPtr dst, ulong dpitch, CUdeviceptr src, ulong spitch, ulong width, ulong height, cudaMemcpyKind kind, cudaStream stream);
Ejemplo n.º 22
0
 public static extern cudaError cudaMemcpy2DToArrayAsync(ref cudaArray dst, SizeT wOffset, SizeT hOffset, IntPtr src, SizeT spitch, SizeT width, SizeT height, cudaMemcpyKind kind, cudaStream stream);
Ejemplo n.º 23
0
 public static extern cudaError cudaMemcpy2DFromArray(CUdeviceptr dst, SizeT dpitch, ref cudaArray src, SizeT wOffset, SizeT hOffset, SizeT width, SizeT height, cudaMemcpyKind kind);
Ejemplo n.º 24
0
 public static extern cudaError cudaMemcpy2DToArrayAsync(ref cudaArray dst, ulong wOffset, ulong hOffset, IntPtr src, ulong spitch, ulong width, ulong height, cudaMemcpyKind kind, cudaStream stream);
Ejemplo n.º 25
0
 public static extern cudaError cudaMemcpy2DFromArray(CUdeviceptr dst, ulong dpitch, ref cudaArray src, ulong wOffset, ulong hOffset, ulong width, ulong height, cudaMemcpyKind kind);
Ejemplo n.º 26
0
 public static extern cudaError cudaMemcpyArrayToArray(ref cudaArray dst, int wOffsetDst, int hOffsetDst, ref cudaArray src, int wOffsetSrc, int hOffsetSrc, uint count, cudaMemcpyKind kind);
Ejemplo n.º 27
0
 public static extern cudaError cudaMemcpy2DFromArray(IntPtr dst, uint dpitch, ref cudaArray src, uint wOffset, uint hOffset, uint width, uint height, cudaMemcpyKind kind);
Ejemplo n.º 28
0
 public static extern cudaError cudaMemcpyAsync(CUdeviceptr dst, CUdeviceptr src, SizeT count, cudaMemcpyKind kind, cudaStream stream);
Ejemplo n.º 29
0
 public static extern cudaError cudaMemcpy2DFromArrayAsync(CUdeviceptr dst, uint dpitch, ref cudaArray src, uint wOffset, uint hOffset, uint width, uint height, cudaMemcpyKind kind, cudaStream stream);
Ejemplo n.º 30
0
 public static extern cudaError cudaMemcpy(
     IntPtr dst,
     IntPtr src,
     ulong count,
     cudaMemcpyKind kind
     );
Ejemplo n.º 31
0
 public static extern cudaError cudaMemcpy(
     IntPtr dst,
     IntPtr src,
     ulong count,
     cudaMemcpyKind kind
     );