[clinfo] 36/148: ext.h cleanup and expansion
Andreas Beckmann
anbe at moszumanska.debian.org
Mon Nov 17 14:09:42 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 295db1c32841c1226ac6a9a9da7f2cb05505aa97
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date: Thu Jun 13 13:39:47 2013 +0200
ext.h cleanup and expansion
---
src/ext.h | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/ext.h b/src/ext.h
index 65709ea..9d7e620 100644
--- a/src/ext.h
+++ b/src/ext.h
@@ -8,9 +8,8 @@
#include <CL/cl_ext.h>
#endif
-/*********************************
-* cl_amd_device_attribute_query *
-*********************************/
+/* cl_amd_device_attribute_query */
+
#define CL_DEVICE_PROFILING_TIMER_OFFSET_AMD 0x4036
#define CL_DEVICE_TOPOLOGY_AMD 0x4037
#define CL_DEVICE_BOARD_NAME_AMD 0x4038
@@ -34,3 +33,9 @@ typedef union
struct { cl_uint type; cl_char unused[17]; cl_char bus; cl_char device; cl_char function; } pcie;
} cl_device_topology_amd;
#endif
+
+/* cl_ext_atomic_counters_{32,64} */
+#define CL_DEVICE_MAX_ATOMIC_COUNTERS_EXT 0x4032
+
+/* cl_intel_device_partition_by_names */
+#define CL_DEVICE_PARTITION_BY_NAMES_INTEL 0x4052
--
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