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

Method set_kernel_path

src/core/CL/CLKernelLibrary.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
68}
69cl::Context &CLKernelLibrary::context()
70{
71 return _compile_context.context();

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected