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

Method get_program_name

src/core/CL/CLKernelLibrary.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 program.is_binary);
55}
56std::string CLKernelLibrary::get_program_name(const std::string &kernel_name) const
57{
58 return opencl::ClKernelLibrary::get().program_name(kernel_name);
59}
60void CLKernelLibrary::init(std::string kernel_path, cl::Context context, cl::Device device)
61{
62 _compile_context = CLCompileContext(context, device);

Callers 1

TEST_CASEFunction · 0.80

Calls 1

program_nameMethod · 0.80

Tested by

no test coverage detected