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

Method getModule

hipamd/src/hip_code_object.hpp:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 // LoadsCodeObject and its data
109 hipError_t loadCodeObject(const char* fname, const void* image = nullptr);
110 hipModule_t getModule() const { return module_; };
111
112 // Gets GlobalVar/Functions from a dynamically loaded code object
113 hipError_t getDynFunc(hipFunction_t* hfunc, std::string func_name);

Callers 1

loadModuleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected