Exemple #1
0
 public static extern cl_status_code clGetEventProfilingInfo(void *event_, cl_profiling_info param_name, size_t param_value_size, void *param_value, size_t *param_value_size_ret);
Exemple #2
0
 internal static extern cl_int clGetEventProfilingInfo(cl_event _event, cl_profiling_info param_name, IntPtr param_value_size, void *param_value, out IntPtr param_value_size_ret);