[clinfo] 04/36: Declare new 2.1 platform and device info
Andreas Beckmann
anbe at moszumanska.debian.org
Wed Feb 17 18:32:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository clinfo.
commit 0815de7ad69fd2d6c72adc84f8deba84dcf6e69d
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date: Tue Nov 17 21:45:06 2015 +0100
Declare new 2.1 platform and device info
---
src/ext.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/ext.h b/src/ext.h
index 31b6292..3fb8faf 100644
--- a/src/ext.h
+++ b/src/ext.h
@@ -46,6 +46,13 @@
typedef cl_bitfield cl_device_svm_capabilities;
#endif
+#ifndef CL_VERSION_2_1
+#define CL_PLATFORM_HOST_TIMER_RESOLUTION 0x0905
+#define CL_DEVICE_IL_VERSION 0x105B
+#define CL_DEVICE_MAX_NUM_SUB_GROUPS 0x105C
+#define CL_DEVICE_SUB_GROUP_INDEPENDENT_FORWARD_PROGRESS 0x105D
+#endif
+
/*
* Extensions
*/
--
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