Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 ( |
Метод | Описание | |
---|---|---|
GetUUID ( int id, string group, string name, DeviceGroupType deviceGroupType ) : string |
public ComputeDevice ( |
||
amdDevice | ||
GPUCount | int | |
isDetectionFallback | bool | |
Результат | System |
public ComputeDevice ( |
||
cudaDevice | ||
group | DeviceGroupType | |
GPUCount | int | |
Результат | 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 | |
Результат | System |
public CopyBenchmarkSettingsFrom ( |
||
copyBenchCDev | ||
Результат | void |
public GetAlgorithmDeviceConfig ( ) : |
||
Результат |
public GetComputeDeviceConfig ( ) : |
||
Результат |
public SetAlgorithmDeviceConfig ( |
||
config | ||
Результат | void |
public SetFromComputeDeviceConfig ( |
||
config | ||
Результат | void |