SG++-Doxygen-Documentation
sgpp::base::OCLDevice Class Reference

#include <OCLDevice.hpp>

Public Member Functions

 OCLDevice (cl_platform_id platformId, cl_device_id deviceId, const std::string &platformName, const std::string &deviceName, cl_context context, cl_command_queue commandQueue)
 

Public Attributes

cl_command_queue commandQueue
 
cl_context context
 
cl_device_id deviceId
 
std::string deviceName
 
cl_platform_id platformId
 
std::string platformName
 

Constructor & Destructor Documentation

◆ OCLDevice()

sgpp::base::OCLDevice::OCLDevice ( cl_platform_id  platformId,
cl_device_id  deviceId,
const std::string &  platformName,
const std::string &  deviceName,
cl_context  context,
cl_command_queue  commandQueue 
)
inline

Member Data Documentation

◆ commandQueue

cl_command_queue sgpp::base::OCLDevice::commandQueue

◆ context

cl_context sgpp::base::OCLDevice::context

◆ deviceId

cl_device_id sgpp::base::OCLDevice::deviceId

◆ deviceName

std::string sgpp::base::OCLDevice::deviceName

◆ platformId

cl_platform_id sgpp::base::OCLDevice::platformId

◆ platformName

std::string sgpp::base::OCLDevice::platformName

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