MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / get_module

Method get_module

src/runtime/omp/omp_code_object.cpp:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void *omp_sscp_executable_object::get_module() const { return _module; }
120
121result omp_sscp_executable_object::build(
122 const std::string &source, const std::vector<std::string> &kernel_names) {

Calls

no outgoing calls

Tested by

no test coverage detected