#include <iostream>
#include <string>
#include <CL/cl.h>
Go to the source code of this file.
Functions | |
void | getDeviceInfo (cl_device_id device) |
void | clGetError (cl_int err_code) |
string | getPlatformInfo (cl_platform_id platform_id) |
string | getDeviceInfoShort (cl_device_id device) |
string | getBuildLog (cl_program program) |
void clGetError | ( | cl_int | err_code | ) |
string getBuildLog | ( | cl_program | program | ) |
void getDeviceInfo | ( | cl_device_id | device | ) |
string getDeviceInfoShort | ( | cl_device_id | device | ) |
string getPlatformInfo | ( | cl_platform_id | platform_id | ) |