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