Skip to content

Commit 8262da9

Browse files
committed
Remove calls to std::die in new entry points
1 parent b0c7199 commit 8262da9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/adapters/native_cpu/command_buffer.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,12 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferAppendMemBufferFillExp(
138138
ur_exp_command_buffer_handle_t, ur_mem_handle_t, const void *, size_t,
139139
size_t, size_t, uint32_t, const ur_exp_command_buffer_sync_point_t *,
140140
ur_exp_command_buffer_sync_point_t *) {
141-
detail::ur::die("Experimental Command-buffer feature is not "
142-
"implemented for the NativeCPU adapter.");
143141
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
144142
}
145143

146144
UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferAppendUSMFillExp(
147145
ur_exp_command_buffer_handle_t, void *, const void *, size_t, size_t,
148146
uint32_t, const ur_exp_command_buffer_sync_point_t *,
149147
ur_exp_command_buffer_sync_point_t *) {
150-
detail::ur::die("Experimental Command-buffer feature is not "
151-
"implemented for the NativeCPU adapter.");
152148
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
153149
}

0 commit comments

Comments
 (0)