Sha256: 610056901cc4bc8c7603d2c272e530d007f80e510788f19b6b853cd9bae60ad8
Contents?: true
Size: 635 Bytes
Versions: 7
Compression:
Stored size: 635 Bytes
Contents
} // Stop the timer for the measurement of the kernel execution time clFinish(bones_queue); cl_ulong end2, start2; bones_errors = clWaitForEvents(1, &bones_event); error_check(bones_errors); bones_errors = clGetEventProfilingInfo(bones_event, CL_PROFILING_COMMAND_END, sizeof(cl_ulong), &end2, 0); error_check(bones_errors); bones_errors = clGetEventProfilingInfo(bones_event, CL_PROFILING_COMMAND_START, sizeof(cl_ulong), &start2, 0); error_check(bones_errors); float bones_timer2 = 0.000001 * (end2-start2); printf(">>>\t\t (<algorithm_basename>): Execution time [kernel ]: %.3lf ms \n", bones_timer2);
Version data entries
7 entries across 3 versions & 1 rubygems