Beispiel #1
0
 public static extern cudaError cudaMallocArray(
     ref IntPtr array,
     ref cudaChannelFormatDesc desc,
     ulong width,
     ulong height = 0,
     uint flags = 0
     );
Beispiel #2
0
 public static extern cudaError cudaMallocArray(
     ref IntPtr array,
     ref cudaChannelFormatDesc desc,
     ulong width,
     ulong height = 0,
     uint flags   = 0
     );
Beispiel #3
0
 public static extern cudaError cudaMalloc3DArray(
     ref IntPtr array,
     ref cudaChannelFormatDesc desc,
     cudaExtent extent,
     uint flags = 0);
Beispiel #4
0
 public static extern cudaError cudaMalloc3DArray(
     ref IntPtr array,
     ref cudaChannelFormatDesc desc,
     cudaExtent extent,
     uint flags = 0);