MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / add_built_program

Method add_built_program

src/core/CL/CLKernelLibrary.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 return _compile_context.get_built_programs();
96}
97void CLKernelLibrary::add_built_program(const std::string &built_program_name, const cl::Program &program)
98{
99 _compile_context.add_built_program(built_program_name, program);
100}
101bool CLKernelLibrary::fp16_supported() const
102{
103 return _compile_context.fp16_supported();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected