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

Function run_async

tools/api/api.cpp:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209static std::vector<argument>
210run_async(program& p, const parameter_map& params, void* s, std::string_view name)
211{
212 execution_environment exec_env{any_ptr(s, name), true};
213 return p.eval(params, exec_env);
214}
215
216template <class Value>
217static std::vector<const char*> get_names(const std::unordered_map<std::string, Value>& m)

Callers

nothing calls this directly

Calls 2

any_ptrClass · 0.85
evalMethod · 0.45

Tested by

no test coverage detected