File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -331,17 +331,6 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferAppendUSMAdviseExp(
331
331
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
332
332
}
333
333
334
- UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferAppendUSMFillExp (
335
- [[maybe_unused]] ur_exp_command_buffer_handle_t hCommandBuffer,
336
- [[maybe_unused]] void *pPtr, [[maybe_unused]] const void *pPattern,
337
- [[maybe_unused]] size_t PatternSize, [[maybe_unused]] size_t Size,
338
- [[maybe_unused]] uint32_t NumSyncPointsInWaitList,
339
- [[maybe_unused]] const ur_exp_command_buffer_sync_point_t
340
- *pSyncPointWaitList,
341
- [[maybe_unused]] ur_exp_command_buffer_sync_point_t *pSyncPoint) {
342
- return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
343
- }
344
-
345
334
UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferEnqueueExp (
346
335
ur_exp_command_buffer_handle_t hCommandBuffer, ur_queue_handle_t hQueue,
347
336
uint32_t numEventsInWaitList, const ur_event_handle_t *phEventWaitList,
You can’t perform that action at this time.
0 commit comments