-
Notifications
You must be signed in to change notification settings - Fork 0
/
machines_spec.txt
executable file
·118 lines (83 loc) · 2.85 KB
/
machines_spec.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
===============================================================================
Check date: 13.10.2016
Not all machine drivers may be up to date ?
-------------------------------------------------------------------------------
machine: hemlock
KO since NVIDIA does not support OpenCL 2.0
-------------------------------------------------------------------------------
machine: fennel
KO since NVIDIA does not support OpenCL 2.0
-------------------------------------------------------------------------------
Machine: carrot
OS: Windows 8.1 Pro
num_platforms: 1
platform: AMD Accelerated Parallel Processing
version: OpenCL 2.0 AMD-APP (2117.13)
num_devices: 2
device: Spectre
svm fine grain buffer: 1
svm atomics: 0
INVALID device: does not provide SVM atomics capability
device: Tonga
svm fine grain buffer: 1
svm atomics: 0
INVALID device: does not provide SVM atomics capability
FAILURE: No device found to meet the requirements
-------------------------------------------------------------------------------
Machine: turmeric
OS: Windows 10 Pro
num_platforms: 1
platform: AMD Accelerated Parallel Processing
version: OpenCL 2.0 AMD-APP (1912.5)
num_devices: 1
device: Fiji
svm fine grain buffer: 1
svm atomics: 0
INVALID device: does not provide SVM atomics capability
FAILURE: No device found to meet the requirements
-------------------------------------------------------------------------------
Machine: Ally's laptop
OS: Windows 10 Pro
num_platforms: 2
platform: Intel(R) OpenCL
version: OpenCL 2.0
num_devices: 1
device: Intel(R) HD Graphics 520
svm fine grain buffer: 1
svm atomics: 1
platform: Oclgrind
version: OpenCL 1.2 (Oclgrind 15.5)
INVALID platform: does not provide OpenCL 2.x
SUCCESS: At least one device meet the requirements
--------------------------------------------------------------------------------
Machine: Purple laptop
OS: Windows 10 Home
num_platforms: 3
platform: Intel(R) OpenCL
version: OpenCL 2.0
num_devices: 1
device: Intel(R) Iris(TM) Graphics 6100
svm fine grain buffer: 1
svm atomics: 1
platform: Experimental OpenCL 2.1 CPU Only Platform
version: OpenCL 2.1
num_devices: 0
platform: Oclgrind
version: OpenCL 1.2 (Oclgrind 15.5)
INVALID platform: does not provide OpenCL 2.x
SUCCESS: At least one device meet the requirements
--------------------------------------------------------------------------------
Machine: Hugues's laptop
OS: Windows 10 Home
num_platforms: 2
platform: Intel(R) OpenCL
version: OpenCL 2.0
num_devices: 1
device: Intel(R) HD Graphics 520
svm fine grain buffer: 1
svm atomics: 1
platform: Experimental OpenCL 2.1 CPU Only Platform
version: OpenCL 2.1
num_devices: 0
SUCCESS: At least one device meet the requirements
-------------------------------------------------------------------------------