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

Function hipModuleLoadData

hipamd/src/hip_module.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63hipError_t hipModuleLoadData(hipModule_t* module, const void* image) {
64 HIP_INIT_API(hipModuleLoadData, module, image);
65 HIP_RETURN(PlatformState::instance().loadModule(module, 0, image));
66}
67
68hipError_t hipModuleLoadDataEx(hipModule_t* module, const void* image, unsigned int numOptions,
69 hipJitOption* options, void** optionsValues) {

Callers

nothing calls this directly

Calls 1

loadModuleMethod · 0.80

Tested by

no test coverage detected