Compute Library  18.03
OpenCL.h File Reference
#include <string>
#include <utility>
#include <CL/cl2.hpp>

Go to the source code of this file.

Data Structures

class  CLSymbols
 

Namespaces

 cl
 
 arm_compute
 This file contains all available output stages for GEMMLowp on OpenCL.
 

Macros

#define CL_HPP_ENABLE_EXCEPTIONS
 
#define CL_HPP_CL_1_2_DEFAULT_BUILD
 
#define CL_HPP_TARGET_OPENCL_VERSION   110
 
#define CL_HPP_MINIMUM_OPENCL_VERSION   110
 
#define DECLARE_FUNCTION_PTR(func_name)   std::function<decltype(func_name)> func_name##_ptr = nullptr
 

Functions

bool opencl_is_available ()
 

Macro Definition Documentation

#define CL_HPP_CL_1_2_DEFAULT_BUILD

Definition at line 34 of file OpenCL.h.

#define CL_HPP_ENABLE_EXCEPTIONS

Definition at line 32 of file OpenCL.h.

#define CL_HPP_MINIMUM_OPENCL_VERSION   110

Definition at line 36 of file OpenCL.h.

#define CL_HPP_TARGET_OPENCL_VERSION   110

Definition at line 35 of file OpenCL.h.

#define DECLARE_FUNCTION_PTR (   func_name)    std::function<decltype(func_name)> func_name##_ptr = nullptr

Definition at line 59 of file OpenCL.h.