MCPcopy Create free account
hub / github.com/XpuOS/xsched / XCommandQueueDestroy

Function XCommandQueueDestroy

platforms/levelzero/shim/src/shim.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31ze_result_t XCommandQueueDestroy(ze_command_queue_handle_t hCommandQueue)
32{
33 XDEBG("XCommandQueueDestroy(cmdq: %p)", hCommandQueue);
34 XQueueManager::AutoDestroy(GetHwQueueHandle(hCommandQueue));
35 return Driver::CommandQueueDestroy(hCommandQueue);
36}
37
38ze_result_t XCommandQueueExecuteCommandLists(ze_command_queue_handle_t cmdq, uint32_t num, ze_command_list_handle_t *cmd_lists, ze_fence_handle_t fence)
39{

Callers

nothing calls this directly

Calls 1

GetHwQueueHandleFunction · 0.50

Tested by

no test coverage detected