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

Function hipModuleLoadDataEx

hipamd/src/hip_module.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68hipError_t hipModuleLoadDataEx(hipModule_t* module, const void* image, unsigned int numOptions,
69 hipJitOption* options, void** optionsValues) {
70 /* TODO: Pass options to Program */
71 HIP_INIT_API(hipModuleLoadDataEx, module, image);
72 HIP_RETURN(PlatformState::instance().loadModule(module, 0, image));
73}
74
75extern hipError_t __hipExtractCodeObjectFromFatBinary(
76 const void* data, const std::vector<std::string>& devices,

Callers

nothing calls this directly

Calls 1

loadModuleMethod · 0.80

Tested by

no test coverage detected