Sha256: 5d16c9a47382ea40d2280518f9a95ac3101d0ee294ce12d00f431bab0fb03323

Contents?: true

Size: 213 Bytes

Versions: 3

Compression:

Stored size: 213 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

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