@@ -362,51 +362,51 @@ CONSTFIX char GetKernelSubGroupInfoName[] = "clGetKernelSubGroupInfoKHR";
362362#undef CONSTFIX
363363
364364using clGetDeviceFunctionPointerINTEL_fn = CL_API_ENTRY
365- cl_int (CL_API_CALL *)(cl_device_id device, cl_program program,
366- const char *FuncName, cl_ulong *ret_ptr);
365+ cl_int (CL_API_CALL *)(cl_device_id device, cl_program program,
366+ const char *FuncName, cl_ulong *ret_ptr);
367367
368368using clGetDeviceGlobalVariablePointerINTEL_fn = CL_API_ENTRY
369- cl_int (CL_API_CALL *)(cl_device_id device, cl_program program,
370- const char *globalVariableName,
371- size_t *globalVariableSizeRet,
372- void **globalVariablePointerRet);
369+ cl_int (CL_API_CALL *)(cl_device_id device, cl_program program,
370+ const char *globalVariableName,
371+ size_t *globalVariableSizeRet,
372+ void **globalVariablePointerRet);
373373
374374using clEnqueueWriteGlobalVariableINTEL_fn = CL_API_ENTRY
375- cl_int (CL_API_CALL *)(cl_command_queue, cl_program, const char *, cl_bool,
376- size_t , size_t , const void *, cl_uint, const cl_event * ,
377- cl_event *);
375+ cl_int (CL_API_CALL *)(cl_command_queue, cl_program, const char *, cl_bool,
376+ size_t , size_t , const void *, cl_uint,
377+ const cl_event *, cl_event *);
378378
379379using clEnqueueReadGlobalVariableINTEL_fn = CL_API_ENTRY
380- cl_int (CL_API_CALL *)(cl_command_queue, cl_program, const char *, cl_bool,
381- size_t , size_t , void *, cl_uint, const cl_event *,
382- cl_event *);
380+ cl_int (CL_API_CALL *)(cl_command_queue, cl_program, const char *, cl_bool,
381+ size_t , size_t , void *, cl_uint, const cl_event *,
382+ cl_event *);
383383
384384using clEnqueueReadHostPipeINTEL_fn = CL_API_ENTRY
385- cl_int (CL_API_CALL *)(cl_command_queue queue, cl_program program,
386- const char *pipe_symbol, cl_bool blocking, void *ptr,
387- size_t size, cl_uint num_events_in_waitlist,
388- const cl_event *events_waitlist, cl_event *event);
385+ cl_int (CL_API_CALL *)(cl_command_queue queue, cl_program program,
386+ const char *pipe_symbol, cl_bool blocking, void *ptr,
387+ size_t size, cl_uint num_events_in_waitlist,
388+ const cl_event *events_waitlist, cl_event *event);
389389
390390using clEnqueueWriteHostPipeINTEL_fn = CL_API_ENTRY
391- cl_int (CL_API_CALL *)(cl_command_queue queue, cl_program program,
392- const char *pipe_symbol, cl_bool blocking,
393- const void *ptr, size_t size,
394- cl_uint num_events_in_waitlist,
395- const cl_event *events_waitlist, cl_event *event);
391+ cl_int (CL_API_CALL *)(cl_command_queue queue, cl_program program,
392+ const char *pipe_symbol, cl_bool blocking,
393+ const void *ptr, size_t size,
394+ cl_uint num_events_in_waitlist,
395+ const cl_event *events_waitlist, cl_event *event);
396396
397397using clCreateCommandBufferKHR_fn = CL_API_ENTRY cl_command_buffer_khr (
398398 CL_API_CALL *)(cl_uint num_queues, const cl_command_queue *queues,
399399 const cl_command_buffer_properties_khr *properties,
400400 cl_int *errcode_ret);
401401
402402using clRetainCommandBufferKHR_fn = CL_API_ENTRY
403- cl_int (CL_API_CALL *)(cl_command_buffer_khr command_buffer);
403+ cl_int (CL_API_CALL *)(cl_command_buffer_khr command_buffer);
404404
405405using clReleaseCommandBufferKHR_fn = CL_API_ENTRY
406- cl_int (CL_API_CALL *)(cl_command_buffer_khr command_buffer);
406+ cl_int (CL_API_CALL *)(cl_command_buffer_khr command_buffer);
407407
408408using clFinalizeCommandBufferKHR_fn = CL_API_ENTRY
409- cl_int (CL_API_CALL *)(cl_command_buffer_khr command_buffer);
409+ cl_int (CL_API_CALL *)(cl_command_buffer_khr command_buffer);
410410
411411using clCommandNDRangeKernelKHR_fn = CL_API_ENTRY cl_int (CL_API_CALL *)(
412412 cl_command_buffer_khr command_buffer, cl_command_queue command_queue,
@@ -466,26 +466,27 @@ using clCommandSVMMemFillKHR_fn = CL_API_ENTRY cl_int(CL_API_CALL *)(
466466 cl_sync_point_khr *sync_point, cl_mutable_command_khr *mutable_handle);
467467
468468using clEnqueueCommandBufferKHR_fn = CL_API_ENTRY
469- cl_int (CL_API_CALL *)(cl_uint num_queues, cl_command_queue *queues,
470- cl_command_buffer_khr command_buffer,
471- cl_uint num_events_in_wait_list,
472- const cl_event *event_wait_list, cl_event *event);
469+ cl_int (CL_API_CALL *)(cl_uint num_queues, cl_command_queue *queues,
470+ cl_command_buffer_khr command_buffer,
471+ cl_uint num_events_in_wait_list,
472+ const cl_event *event_wait_list, cl_event *event);
473473
474474using clGetCommandBufferInfoKHR_fn = CL_API_ENTRY cl_int (CL_API_CALL *)(
475475 cl_command_buffer_khr command_buffer, cl_command_buffer_info_khr param_name,
476476 size_t param_value_size, void *param_value, size_t *param_value_size_ret);
477477
478478using clUpdateMutableCommandsKHR_fn = CL_API_ENTRY
479- cl_int (CL_API_CALL *)(cl_command_buffer_khr command_buffer, cl_uint num_configs,
480- const cl_command_buffer_update_type_khr *config_types,
481- const void **configs);
479+ cl_int (CL_API_CALL *)(cl_command_buffer_khr command_buffer,
480+ cl_uint num_configs,
481+ const cl_command_buffer_update_type_khr *config_types,
482+ const void **configs);
482483
483484using clCreateProgramWithILKHR_fn = CL_API_ENTRY
484- cl_program (CL_API_CALL *)(cl_context, const void *, size_t , cl_int *);
485+ cl_program (CL_API_CALL *)(cl_context, const void *, size_t , cl_int *);
485486
486487using clGetKernelSubGroupInfoKHR_fn = CL_API_ENTRY
487- cl_int (CL_API_CALL *)(cl_kernel, cl_device_id, cl_kernel_sub_group_info, size_t ,
488- const void *, size_t , void *, size_t *);
488+ cl_int (CL_API_CALL *)(cl_kernel, cl_device_id, cl_kernel_sub_group_info,
489+ size_t , const void *, size_t , void *, size_t *);
489490
490491template <typename T> struct FuncPtrCache {
491492 std::map<cl_context, T> Map;
0 commit comments