MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / store_target_lib

Function store_target_lib

src/register_target.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33inline namespace MIGRAPHX_INLINE_NS {
34
35static void store_target_lib(const dynamic_loader& lib)
36{
37 static std::vector<dynamic_loader> target_loader;
38 target_loader.emplace_back(lib);
39}
40
41static std::unordered_map<std::string, target>& target_map()
42{

Callers 1

make_targetFunction · 0.85

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected