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

Method is_compiled

src/program.cpp:226–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226bool program::is_compiled() const { return not this->impl->contexts.empty(); }
227
228void program::compile(const std::vector<target>& targets, std::vector<compile_options> compile_opts)
229{

Callers 4

compileMethod · 0.95
TEST_CASEFunction · 0.80
is_offload_copy_setFunction · 0.80
compileMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by 1

TEST_CASEFunction · 0.64