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/stream_sync.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
)__migraphx__";
66
67
static migraphx::src_file make_src_file(const std::string& name, const std::string& content)
68
{
69
return {name, content};
70
}
71
72
static hip_stream_ptr get_stream()
73
{
Callers
1
TEST_CASE
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected