File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
source/adapters/level_zero Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -256,11 +256,13 @@ UR_APIEXPORT ur_result_t UR_APICALL urProgramLink(
256
256
}
257
257
258
258
UR_APIEXPORT ur_result_t UR_APICALL urProgramLinkExp (
259
- ur_context_handle_t Context, // /< [in] handle of the context instance.
259
+ ur_context_handle_t Context, // /< [in] handle of the context instance.
260
+ uint32_t numDevices, // /< [in] number of devices
261
+ ur_device_handle_t *phDevices, // /< [in][range(0, numDevices)] pointer to
262
+ // /< array of device handles
260
263
uint32_t Count, // /< [in] number of program handles in `phPrograms`.
261
264
const ur_program_handle_t *Programs, // /< [in][range(0, count)] pointer to
262
265
// /< array of program handles.
263
- uint32_t numDevices, ur_device_handle_t *phDevices,
264
266
const char *Options, // /< [in][optional] pointer to linker options
265
267
// /< null-terminated string.
266
268
ur_program_handle_t
You can’t perform that action at this time.
0 commit comments