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

Method get_kernel_path

src/core/CL/CLKernelLibrary.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 _compile_context.set_context(context);
84}
85std::string CLKernelLibrary::get_kernel_path()
86{
87 return opencl::ClKernelLibrary::get().kernel_path();
88}
89void CLKernelLibrary::clear_programs_cache()
90{
91 _compile_context.clear_programs_cache();

Callers 2

create_kernelMethod · 0.80
TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected