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

Method Instance

platforms/hip/hal/src/kernel_param.cpp:425–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425KernelParamManager* KernelParamManager::Instance()
426{
427 static KernelParamManager *instance = new KernelParamManager();
428 return instance;
429}
430
431} // namespace xsched::hal::hip

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected