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

Function save

src/load_save.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void save(const program& p, const std::string& filename, const file_options& options)
61{
62 write_buffer(filename, save_buffer(p, options));
63}
64
65// MIOpen doesn't support serializing fusion plans with Find-2.0 APIs
66static void print_miopen_warning(const program& p)

Callers 6

try_and_dump_on_errorMethod · 0.70
TEST_CASEFunction · 0.50
verify_load_saveFunction · 0.50
verifyMethod · 0.50
TEST_CASEFunction · 0.50
mainFunction · 0.50

Calls 2

write_bufferFunction · 0.85
save_bufferFunction · 0.85

Tested by 1

TEST_CASEFunction · 0.40