cf4ocl (C Framework for OpenCL)
v2.1.0
Object-oriented framework for developing and benchmarking OpenCL projects in C/C++
|
Class which represents the OpenCL platforms available in the system. More...
Public Member Functions | |
cl_uint | ccl_platforms_count (CCLPlatforms *platforms) |
Return number of OpenCL platforms found in CCLPlatforms object. More... | |
void | ccl_platforms_destroy (CCLPlatforms *platforms) |
Destroy a CCLPlatforms* object, including all underlying platforms, devices and data. More... | |
CCLPlatform * | ccl_platforms_get (CCLPlatforms *platforms, cl_uint index) |
Get platform wrapper object at given index. More... | |
CCLPlatforms * | ccl_platforms_new (CCLErr **err) |
Creates a new CCLPlatforms* object, which contains the list of OpenCL platforms available in the system. More... | |
Class which represents the OpenCL platforms available in the system.
Definition at line 37 of file ccl_platforms.c.