[khronos-opencl-headers] 01/05: New upstream version 2.2~2018.02.21-gb5c3680

Andreas Beckmann anbe at moszumanska.debian.org
Sat Feb 24 17:06:15 UTC 2018


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

anbe pushed a commit to branch master
in repository khronos-opencl-headers.

commit 37768e912382d62da69f6baef9cfd38dc9b032d5
Author: Andreas Beckmann <anbe at debian.org>
Date:   Wed Feb 21 11:14:25 2018 +0100

    New upstream version 2.2~2018.02.21-gb5c3680
---
 cl_ext.h | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/cl_ext.h b/cl_ext.h
index 5078e8f..14fb6cb 100644
--- a/cl_ext.h
+++ b/cl_ext.h
@@ -166,6 +166,25 @@ typedef CL_API_ENTRY cl_int (CL_API_CALL *clTerminateContextKHR_fn)(cl_context /
 #define CL_PROGRAM_BINARY_TYPE_INTERMEDIATE         0x40E1
 
 
+/*****************************************
+ * cl_khr_create_command_queue extension *
+ *****************************************/
+#define cl_khr_create_command_queue 1
+
+typedef cl_bitfield cl_queue_properties_khr;
+
+extern CL_API_ENTRY cl_command_queue CL_API_CALL
+clCreateCommandQueueWithPropertiesKHR( cl_context /* context */,
+                                       cl_device_id /* device */,
+                                       const cl_queue_properties_khr* /* properties */,
+                                       cl_int* /* errcode_ret */ ) CL_EXT_SUFFIX__VERSION_1_2;
+typedef CL_API_ENTRY cl_command_queue
+(CL_API_CALL *clCreateCommandQueueWithPropertiesKHR_fn)( cl_context /* context */,
+                                                         cl_device_id /* device */,
+                                                         const cl_queue_properties_khr* /* properties */,
+                                                         cl_int* /* errcode_ret */ ) CL_EXT_SUFFIX__VERSION_1_2;
+
+
 /******************************************
 * cl_nv_device_attribute_query extension *
 ******************************************/

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



More information about the Pkg-opencl-commits mailing list