Skip to content

Commit d2576f8

Browse files
author
Hugh Delaney
committed
Add no impl for native_cpu
1 parent f616029 commit d2576f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/adapters/native_cpu/enqueue.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,3 +710,11 @@ UR_APIEXPORT ur_result_t UR_APICALL urEnqueueWriteHostPipe(
710710

711711
DIE_NO_IMPLEMENTATION;
712712
}
713+
714+
UR_APIEXPORT ur_result_t UR_APICALL urEnqueueNativeCommandExp(
715+
ur_queue_handle_t, ur_exp_enqueue_native_command_function_t, void *,
716+
uint32_t, const ur_mem_handle_t *,
717+
const ur_exp_enqueue_native_command_properties_t *, uint32_t,
718+
const ur_event_handle_t *, ur_event_handle_t *) {
719+
DIE_NO_IMPLEMENTATION;
720+
}

0 commit comments

Comments
 (0)