[clinfo] 58/148: Make it easier to compile clinfo for people with less recent 1.2 OpenCL header files

Andreas Beckmann anbe at moszumanska.debian.org
Mon Nov 17 14:09:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch clinfo
in repository clinfo.

commit 7705c6de16ae597c4ca3adb5c7347cdf17b5237e
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Fri Aug 22 09:37:44 2014 +0200

    Make it easier to compile clinfo for people with less recent 1.2 OpenCL header files
---
 src/ext.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/ext.h b/src/ext.h
index 1909e35..0008101 100644
--- a/src/ext.h
+++ b/src/ext.h
@@ -47,5 +47,8 @@ typedef union
 /* cl_intel_device_partition_by_names */
 #define CL_DEVICE_PARTITION_BY_NAMES_INTEL          0x4052
 
+/* cl_khr_spir */
+#define CL_DEVICE_SPIR_VERSIONS                     0x40E0
+
 /* cl_altera_device_temperature */
 #define CL_DEVICE_CORE_TEMPERATURE_ALTERA           0x40F3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/clinfo.git



More information about the Pkg-opencl-commits mailing list