Sha256: de89fb7a9a4482867a7ca42dcf3d82e3808398dcd223b9cb3ced7ff0544abb5a

Contents?: true

Size: 197 Bytes

Versions: 1

Compression:

Stored size: 197 Bytes

Contents

  
  // Start the timer for the measurement of the kernel execution time
  cudaThreadSynchronize();
  cudaEvent_t bones_start2;
  cudaEventCreate(&bones_start2);
  cudaEventRecord(bones_start2,0);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bones-compiler-1.1.0 skeletons/GPU-CUDA/common/timer_2_start.c