[clinfo] 30/55: Defines for cl_khr_subgroup_named_barrier
Andreas Beckmann
anbe at moszumanska.debian.org
Sat Jan 13 14:40:01 UTC 2018
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository clinfo.
commit 77699319718e234b3bce5bac986e02ef7469ab41
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date: Thu Aug 17 23:28:07 2017 +0200
Defines for cl_khr_subgroup_named_barrier
---
src/ext.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/ext.h b/src/ext.h
index ce48b4c..3d85d0f 100644
--- a/src/ext.h
+++ b/src/ext.h
@@ -74,6 +74,9 @@ typedef cl_bitfield cl_device_svm_capabilities;
/* cl_khr_terminate_context */
#define CL_DEVICE_TERMINATE_CAPABILITY_KHR 0x200F
+/* cl_khr_subgroup_named_barrier */
+#define CL_DEVICE_MAX_NAMED_BARRIER_COUNT_KHR 0x2035
+
/* cl_nv_device_attribute_query */
#define CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV 0x4000
#define CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV 0x4001
--
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