Beispiel #1
0
 public static extern cudaError cudaEventRecord(cudaEvent e, cudaStream stream);
Beispiel #2
0
 public static extern cudaError cudaEventSynchronize(cudaEvent e);
Beispiel #3
0
 public static extern cudaError cudaEventQuery(cudaEvent e);
Beispiel #4
0
 public static extern cudaError cudaEventElapsedTime(ref float ms, cudaEvent start, cudaEvent end);
Beispiel #5
0
 public static extern cudaError cudaEventDestroy(cudaEvent e);
Beispiel #6
0
 public static extern cudaError cudaEventCreateWithFlags(ref cudaEvent e, int flags);
Beispiel #7
0
 public static extern cudaError cudaEventCreate(ref cudaEvent e);