Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
clfDeviceInfo Struct Reference

#include <OpenCLFramework/clfDeviceInfo.hh>

+ Collaboration diagram for clfDeviceInfo:

Public Attributes

std::string clfver
 
std::string driverVersion
 
std::string extensions
 
unsigned long long globalMemSize
 
bool hasGLsharing
 
bool imageSupport
 
unsigned long long localMemSize
 
int maxComputeUnits
 
size_t maxImg2DHeight
 
size_t maxImg2DWidth
 
unsigned int maxReadImgs
 
size_t maxWorkgroupSize
 
unsigned int maxWorkitemDimensions
 
std::vector< size_t > maxWorkitemSizes
 
unsigned int maxWriteImgs
 
std::string name
 

Detailed Description

Definition at line 32 of file clfDeviceInfo.hh.

Member Data Documentation

std::string clfDeviceInfo::clfver

Definition at line 35 of file clfDeviceInfo.hh.

std::string clfDeviceInfo::driverVersion

Definition at line 36 of file clfDeviceInfo.hh.

std::string clfDeviceInfo::extensions

Definition at line 34 of file clfDeviceInfo.hh.

unsigned long long clfDeviceInfo::globalMemSize

Definition at line 38 of file clfDeviceInfo.hh.

bool clfDeviceInfo::hasGLsharing

Definition at line 48 of file clfDeviceInfo.hh.

bool clfDeviceInfo::imageSupport

Definition at line 43 of file clfDeviceInfo.hh.

unsigned long long clfDeviceInfo::localMemSize

Definition at line 39 of file clfDeviceInfo.hh.

int clfDeviceInfo::maxComputeUnits
size_t clfDeviceInfo::maxImg2DHeight

Definition at line 45 of file clfDeviceInfo.hh.

size_t clfDeviceInfo::maxImg2DWidth

Definition at line 44 of file clfDeviceInfo.hh.

unsigned int clfDeviceInfo::maxReadImgs

Definition at line 47 of file clfDeviceInfo.hh.

size_t clfDeviceInfo::maxWorkgroupSize

Definition at line 40 of file clfDeviceInfo.hh.

unsigned int clfDeviceInfo::maxWorkitemDimensions

Definition at line 41 of file clfDeviceInfo.hh.

std::vector<size_t> clfDeviceInfo::maxWorkitemSizes

Definition at line 42 of file clfDeviceInfo.hh.

unsigned int clfDeviceInfo::maxWriteImgs

Definition at line 46 of file clfDeviceInfo.hh.

std::string clfDeviceInfo::name

Definition at line 33 of file clfDeviceInfo.hh.


The documentation for this struct was generated from the following file: