Skip to content

Commit d574d16

Browse files
author
Hugh Delaney
committed
Don't use DIE_NO_IMPLEMENTATION
1 parent 8b18b37 commit d574d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/native_cpu/enqueue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,5 +716,5 @@ UR_APIEXPORT ur_result_t UR_APICALL urEnqueueNativeCommandExp(
716716
uint32_t, const ur_mem_handle_t *,
717717
const ur_exp_enqueue_native_command_properties_t *, uint32_t,
718718
const ur_event_handle_t *, ur_event_handle_t *) {
719-
DIE_NO_IMPLEMENTATION;
719+
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
720720
}

0 commit comments

Comments
 (0)