summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Ashbaugh <ben.ashbaugh@intel.com>2020-02-24 13:40:01 -0800
committerAlastair Murray <alastairmurray42@gmail.com>2020-03-12 18:18:41 +0000
commit9824efd0ec1adbfc23b40be6486a8ec6efc43822 (patch)
treeb067511e9d43bb7b525bdcb842e05978e17c696f
parent357a9808c875a7c23f64cccfae08b894eba65d1a (diff)
downloadOpenCL-Headers-9824efd0ec1adbfc23b40be6486a8ec6efc43822.tar.gz
experimental enums for language queriesupstream/v2020.03.13
-rw-r--r--CL/cl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/CL/cl.h b/CL/cl.h
index 83cbcea..5e1c115 100644
--- a/CL/cl.h
+++ b/CL/cl.h
@@ -862,10 +862,12 @@ typedef struct _cl_buffer_region {
#define CL_DEVICE_ATOMIC_MEMORY_CAPABILITIES 0x1063
#define CL_DEVICE_ATOMIC_FENCE_CAPABILITIES 0x1064
#define CL_DEVICE_NON_UNIFORM_WORK_GROUP_SUPPORT 0x1065
-#define CL_DEVICE_PROGRAM_SCOPE_GLOBAL_CTOR_DTOR_SUPPORT 0x1066
+#define CL_DEVICE_OPENCL_C_VERSIONS 0x1066
#define CL_DEVICE_MAX_WRITE_IMAGE3D_ARGS 0x1067
#define CL_DEVICE_WORK_GROUP_COLLECTIVE_FUNCTIONS_SUPPORT 0x1068
#define CL_DEVICE_GENERIC_ADDRESS_SPACE_SUPPORT 0x1069
+/* 0x106A to 0x106E - Reserved for upcoming KHR extension */
+#define CL_DEVICE_OPENCL_C_FEATURES 0x106F
/* cl_command_type */
#define CL_COMMAND_SVM_MIGRATE_MEM 0x120E