Spaces:
Build error
Build error
File size: 371 Bytes
f8c5b0d |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
#pragma once
// OpenCL Utils includes
#include "OpenCLUtils_Export.h"
// OpenCL includes
#include <CL/cl.h>
UTILS_EXPORT
cl_ulong cl_util_get_event_duration(const cl_event event,
const cl_profiling_info start,
const cl_profiling_info end,
cl_int* const error); |