18#include "arm_compute/core/CL/CLHelpers.h"
19#include "arm_compute/core/CL/CLKernelLibrary.h"
24#include <arm_compute/runtime/CL/CLScheduler.h>
37 if (!arm_compute::opencl_is_available())
41 arm_compute::CLScheduler::get().default_init();
45 "./cl_kernels/", arm_compute::CLScheduler::get().context(), cl::Device::getDefault());
This file is a cloned version of CLKernelLibrary.h in ACL. This file defines an interface for CLKerne...
void init(std::string kernel_path, cl::Context context, cl::Device device)
Initialise the kernel library.
static CLKernelLibraryEx & get()
Get the KernelLibrary singleton.
bool initialize() override
Initialize the backend. This is called as soon as the backend is loaded.