Accelerated Computation Engine
Classes | Functions
OpenCL Namespace Reference

Classes

class  Buffer
 
class  CommandQueue
 
class  Context
 
class  Device
 
class  Event
 
class  Kernel
 
class  Platform
 
class  Program
 

Functions

void fillException (EException *exception, cl_int code)
 

Detailed Description

This contains all classes and functions associated with using OpenCL in ACE.

Function Documentation

◆ fillException()

void OpenCL::fillException ( EException exception,
cl_int  code 
)

Fills in the title and detail properties of an exception to describe an OpenCL error with the given error code.

Parameters
exceptionPointer to the exception whose title and details are filled in describing the given OpenCL error code.
codeThe OpenCL error code whose description is added to the given exception.