Gromacs
2016.2
|
#include <gromacs/gpu_utils/oclutils.h>
OpenCL device information.
The OpenCL device information is queried and set at detection and contains both information about the device/hardware returned by the runtime as well as additional data like support status.
Public Attributes | |
ocl_gpu_id_t | ocl_gpu_id |
device ID assigned at detection | |
char | device_name [256] |
device name | |
char | device_version [256] |
device version | |
char | device_vendor [256] |
device vendor | |
int | compute_units |
number of compute units | |
int | adress_bits |
number of adress bits the device is capable of | |
int | stat |
device status takes values of e_gpu_detect_res_t | |
ocl_vendor_id_t | vendor_e |
device vendor as defined by ocl_vendor_id_t | |