summary refs log tree commit diff
path: root/pkgs/tools/system/opencl-info/opencl-info-clhpp2.diff
blob: 013222beebf74f91a06f120d7e2f423fa0715852 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/opencl-info.cpp b/opencl-info.cpp
index a23015d..a6de0c1 100644
--- a/opencl-info.cpp
+++ b/opencl-info.cpp
@@ -7,7 +7,7 @@
 #if defined(__APPLE__) || defined(__MACOSX)
 #  include <OpenCL/cl.hpp>
 #else
-#  include <CL/cl.hpp>
+#  include <CL/cl2.hpp>
 #endif
 
 #include <iostream>
@@ -130,7 +130,7 @@ int main() {
                 PconstEnd;
                 P(device, CL_DEVICE_LOCAL_MEM_SIZE);
                 Pbool(device, CL_DEVICE_ERROR_CORRECTION_SUPPORT);
-                Pbool(device, CL_DEVICE_HOST_UNIFIED_MEMORY);
+                // Pbool(device, CL_DEVICE_HOST_UNIFIED_MEMORY); /* Deprecated in 2.0 */
                 P(device, CL_DEVICE_PROFILING_TIMER_RESOLUTION);
                 Pbool(device, CL_DEVICE_ENDIAN_LITTLE);
                 Pbool(device, CL_DEVICE_AVAILABLE);