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

Function XKernelSetCacheConfig

platforms/levelzero/shim/src/shim.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 return KernelArgsManager::Instance().AddIndirectAccess(hKernel, flags);
165}
166ze_result_t XKernelSetCacheConfig(ze_kernel_handle_t hKernel, ze_cache_config_flags_t flags)
167{
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);

Callers

nothing calls this directly

Calls 1

AddCacheConfigMethod · 0.80

Tested by

no test coverage detected