We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b18b37 commit d574d16Copy full SHA for d574d16
source/adapters/native_cpu/enqueue.cpp
@@ -716,5 +716,5 @@ UR_APIEXPORT ur_result_t UR_APICALL urEnqueueNativeCommandExp(
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;
+ return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
720
}
0 commit comments