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

Method CLKernelLibrary

src/core/CL/CLKernelLibrary.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35namespace arm_compute
36{
37CLKernelLibrary::CLKernelLibrary() : _compile_context()
38{
39 opencl_is_available(); // Make sure the OpenCL symbols are initialised *before* the CLKernelLibrary is built
40}
41CLKernelLibrary &CLKernelLibrary::get()
42{
43 static CLKernelLibrary _kernel_library;

Callers

nothing calls this directly

Calls 1

opencl_is_availableFunction · 0.85

Tested by

no test coverage detected