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

Method GetStaticFunctionName

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

Source from the content-addressed store, hash-verified

396}
397
398const char* KernelParamManager::GetStaticFunctionName(const void* func)
399{
400 auto it = static_kernel_ptrs_names_.find(func);
401 if (it == static_kernel_ptrs_names_.end()) return nullptr;
402 return it->second.c_str();
403}
404
405const char* KernelParamManager::GetDynamicFunctionName(hipFunction_t func)
406{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected