File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
sycl/include/CL/sycl/detail Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -448,15 +448,15 @@ pi_result piextGetDeviceFunctionPointer(
448
448
//
449
449
pi_result piContextCreate (
450
450
const cl_context_properties * properties, // TODO: untie from OpenCL
451
- pi_uint32 num_devices,
452
- const pi_device * devices,
453
- void (*pfn_notify)(
454
- const char * errinfo,
455
- const void * private_info,
456
- size_t cb,
457
- void * user_data),
458
- void * user_data,
459
- pi_context * ret_context);
451
+ pi_uint32 num_devices,
452
+ const pi_device * devices,
453
+ void (* pfn_notify)(
454
+ const char * errinfo,
455
+ const void * private_info,
456
+ size_t cb,
457
+ void * user_data),
458
+ void * user_data,
459
+ pi_context * ret_context);
460
460
461
461
pi_result piContextGetInfo (
462
462
pi_context context,
You can’t perform that action at this time.
0 commit comments