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

Method init

src/core/CL/CLKernelLibrary.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
63 opencl::ClKernelLibrary::get().set_kernel_path(kernel_path);
64}
65void CLKernelLibrary::set_kernel_path(const std::string &kernel_path)
66{
67 opencl::ClKernelLibrary::get().set_kernel_path(kernel_path);

Callers 2

manage_workspaceFunction · 0.45
reallocate_tensorsFunction · 0.45

Calls 2

CLCompileContextClass · 0.50
set_kernel_pathMethod · 0.45

Tested by

no test coverage detected