Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
static migraphx::src_file make_src_file(const std::string& name, const std::string& content)
198
{
199
return {name, content};
200
}
201
202
TEST_CASE(simple_compile_hip)
203
{
Callers
2
TEST_CASE
Function · 0.70
check_target
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected