Skip to content

Commit bb8bbe3

Browse files
fabiomestreEwanC
andauthored
Update source/adapters/level_zero/command_buffer.cpp
Co-authored-by: Ewan Crawford <[email protected]>
1 parent dbcdc57 commit bb8bbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/command_buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ ur_result_t enqueueWaitEventPath(ur_exp_command_buffer_handle_t CommandBuffer,
16301630
return UR_RESULT_SUCCESS;
16311631
}
16321632

1633-
UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferEnqueueExp(
1633+
ur_result_t urCommandBufferEnqueueExp(
16341634
ur_exp_command_buffer_handle_t CommandBuffer, ur_queue_handle_t UrQueue,
16351635
uint32_t NumEventsInWaitList, const ur_event_handle_t *EventWaitList,
16361636
ur_event_handle_t *Event) {

0 commit comments

Comments
 (0)