Sha256: 9a36825e1e3de70ce8a04d245b1705e146d630ce2b534f5e813f25fd8ec53d85

Contents?: true

Size: 380 Bytes

Versions: 2

Compression:

Stored size: 380 Bytes

Contents

  
  // Stop the timer for the measurement of the kernel execution time
  //cudaStreamSynchronize(kernel_stream);
  cudaEventRecord(bones_stop2,kernel_stream);
  cudaEventSynchronize(bones_stop2);
  float bones_timer2 = 0;
  cudaEventElapsedTime(&bones_timer2,bones_start2,bones_stop2);
  printf(">>>\t\t Execution time [kernel <algorithm_basename>]: %.3lf ms \n", bones_timer2);

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bones-compiler-1.6.0 skeletons/GPU-CUDA/common/timer_2_stop.c
bones-compiler-1.3.1 skeletons/GPU-CUDA/common/timer_2_stop.c