Skip to content

Commit 3ae7b0a

Browse files
committed
Fix incorrect function signature in hip adapter.
1 parent 9bed264 commit 3ae7b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/hip/program.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ urProgramCompile(ur_program_handle_t hProgram, uint32_t numDevices,
291291
/// See \ref ur_program_handle_t for implementation details.
292292
UR_APIEXPORT ur_result_t UR_APICALL urProgramBuild(ur_program_handle_t hProgram,
293293
uint32_t,
294-
ur_context_handle_t *,
294+
ur_device_handle_t *,
295295
const char *pOptions) {
296296
ur_result_t Result = UR_RESULT_SUCCESS;
297297

0 commit comments

Comments
 (0)