MCPcopy Create free account
hub / github.com/ROCm/clr / hipModuleLoad

Function hipModuleLoad

hipamd/src/hip_module.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57hipError_t hipModuleLoad(hipModule_t* module, const char* fname) {
58 HIP_INIT_API(hipModuleLoad, module, fname);
59
60 HIP_RETURN(PlatformState::instance().loadModule(module, fname));
61}
62
63hipError_t hipModuleLoadData(hipModule_t* module, const void* image) {
64 HIP_INIT_API(hipModuleLoadData, module, image);

Callers

nothing calls this directly

Calls 1

loadModuleMethod · 0.80

Tested by

no test coverage detected