Property | Type | Description | |
---|---|---|---|
AffinityMask | ulong | ||
Codename | string | ||
DeviceGroupType | DeviceGroupType | ||
DeviceType | DeviceType | ||
Enabled | bool | ||
ID | int | ||
InfSection | string | ||
IsEtherumCapale | bool | ||
IsOptimizedVersion | bool | ||
MEMORY_3GB | ulong | ||
Name | string | ||
NameCount | string | ||
Threads | int | ||
UUID | string |
Method | Description | |
---|---|---|
ComputeDevice ( |
||
ComputeDevice ( |
||
ComputeDevice ( int id ) : System | ||
ComputeDevice ( int id, string group, string name, int threads, ulong affinityMask, int CPUCount ) : System | ||
CopyBenchmarkSettingsFrom ( |
||
GetAlgorithmDeviceConfig ( ) : |
||
GetComputeDeviceConfig ( ) : |
||
GetFullName ( ) : string | ||
SetAlgorithmDeviceConfig ( |
||
SetFromComputeDeviceConfig ( |
Method | Description | |
---|---|---|
GetUUID ( int id, string group, string name, DeviceGroupType deviceGroupType ) : string |
public ComputeDevice ( |
||
amdDevice | ||
GPUCount | int | |
isDetectionFallback | bool | |
return | System |
public ComputeDevice ( |
||
cudaDevice | ||
group | DeviceGroupType | |
GPUCount | int | |
return | System |
public ComputeDevice ( int id, string group, string name, int threads, ulong affinityMask, int CPUCount ) : System | ||
id | int | |
group | string | |
name | string | |
threads | int | |
affinityMask | ulong | |
CPUCount | int | |
return | System |
public CopyBenchmarkSettingsFrom ( |
||
copyBenchCDev | ||
return | void |
public GetAlgorithmDeviceConfig ( ) : |
||
return |
public GetComputeDeviceConfig ( ) : |
||
return |
public SetAlgorithmDeviceConfig ( |
||
config | ||
return | void |
public SetFromComputeDeviceConfig ( |
||
config | ||
return | void |