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

Function XKernelSetGlobalOffsetExp

platforms/levelzero/shim/src/shim.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 return KernelArgsManager::Instance().AddCacheConfig(hKernel, flags);
169}
170ze_result_t XKernelSetGlobalOffsetExp(ze_kernel_handle_t hKernel, uint32_t offsetX, uint32_t offsetY, uint32_t offsetZ)
171{
172 return KernelArgsManager::Instance().AddGlobalOffsetExp(hKernel, offsetX, offsetY, offsetZ);
173}
174
175ze_result_t XCommandListAppendLaunchKernel(ze_command_list_handle_t hCommandList, ze_kernel_handle_t hKernel, const ze_group_count_t *pLaunchFuncArgs, ze_event_handle_t hSignalEvent, uint32_t numWaitEvents, ze_event_handle_t *phWaitEvents)
176{

Callers

nothing calls this directly

Calls 1

AddGlobalOffsetExpMethod · 0.80

Tested by

no test coverage detected