class xf::fintech::Device¶
#include "xf_fintech_device.hpp"
Methods¶
getCLDevice¶
cl::Device getCLDevice (void)
Retrieves the enclosed OpenCL device object. This allows the user to then invoke any standard OpenCL functions that require a cl::Device object
getDeviceType¶
DeviceType getDeviceType (void)
Retrieves the device type of this object (or DeviceType::UNKNOWN if is not a supported device)
getDeviceTypeString¶
std::string getDeviceTypeString (void)
Converts a string representation of the device type