Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
GPUConfig Class Reference

#include <gpuconfig.h>

Public Attributes

bool useGPU
 
unsigned sel_platform
 
unsigned selGPU
 
bool allGPU
 
bool useCUDA
 
bool forceGenProcLimit
 
unsigned currentPlatform
 
unsigned currentDevice
 
unsigned globalWorkSize
 
unsigned workgroupSize
 

Detailed Description

Definition at line 27 of file gpuconfig.h.

Member Data Documentation

bool GPUConfig::allGPU

Definition at line 36 of file gpuconfig.h.

unsigned GPUConfig::currentDevice

Definition at line 40 of file gpuconfig.h.

unsigned GPUConfig::currentPlatform

Definition at line 39 of file gpuconfig.h.

bool GPUConfig::forceGenProcLimit

Definition at line 38 of file gpuconfig.h.

unsigned GPUConfig::globalWorkSize

Definition at line 41 of file gpuconfig.h.

unsigned GPUConfig::sel_platform

Definition at line 34 of file gpuconfig.h.

unsigned GPUConfig::selGPU

Definition at line 35 of file gpuconfig.h.

bool GPUConfig::useCUDA

Definition at line 37 of file gpuconfig.h.

bool GPUConfig::useGPU

Definition at line 33 of file gpuconfig.h.

unsigned GPUConfig::workgroupSize

Definition at line 42 of file gpuconfig.h.


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