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

Function make_src_file

test/gpu/jit.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195)__migraphx__";
196
197static migraphx::src_file make_src_file(const std::string& name, const std::string& content)
198{
199 return {name, content};
200}
201
202TEST_CASE(simple_compile_hip)
203{

Callers 2

TEST_CASEFunction · 0.70
check_targetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected