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