forked from MultiPoolMiner/MultiPoolMiner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDevices.txt
69 lines (69 loc) · 2.06 KB
/
Devices.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"amd": {
"Type": "GPU",
"Vendor": "AMD",
"Id": "*",
"Type_Id": "*",
"Vendor_Id": "*",
"Type_Vendor_Id": "{1}"
},
"cpu": {
"Type": "CPU",
"Vendor": "*",
"Id": "*",
"Type_Id": "{1}",
"Vendor_Id": "*",
"Type_Vendor_Id": "*"
},
"device": {
"Type": "*",
"Vendor": "*",
"Id": "{1}",
"Type_Id": "*",
"Vendor_Id": "*",
"Type_Vendor_Id": "*"
},
"gpu": {
"Type": "GPU",
"Vendor": "*",
"Id": "*",
"Type_Id": "{1}",
"Vendor_Id": "*",
"Type_Vendor_Id": "*"
},
"intel": {
"Type": "GPU",
"Vendor": "INTEL",
"Id": "*",
"Type_Id": "*",
"Vendor_Id": "*",
"Type_Vendor_Id": "{1}"
},
"nvidia": {
"Type": "GPU",
"Vendor": "NVIDIA",
"Id": "*",
"Type_Id": "*",
"Vendor_Id": "*",
"Type_Vendor_Id": "{1}"
},
"opencl": {
"Type": "GPU",
"Vendor": "*",
"Index": "*",
"Type_Index": "*",
"Vendor_Index": "*",
"Type_Vendor_Index": "*",
"PlatformId": "{1}",
"PlatformId_Index": "*",
"Type_PlatformId_Index": "{2}"
},
"slot": {
"Type": "GPU",
"Vendor": "*",
"Slot": "*",
"Type_Slot": "{1}",
"Vendor_Slot": "*",
"Type_Vendor_Slot": "*"
}
}