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

Function make_shared_object_filename

src/fileutils.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49fs::path make_shared_object_filename(std::string_view name)
50{
51 return std::string{library_prefix}.append(name).append(library_postfix);
52}
53
54fs::path make_object_file_filename(std::string_view name)
55{

Callers 3

TEST_CASEFunction · 0.85
compile_functionFunction · 0.85
make_targetFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected