summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Zou <feng.zou@intel.com>2021-11-16 13:18:30 +0800
committerGitHub <noreply@github.com>2021-11-15 21:18:30 -0800
commit71297456fc370fde1c00ac69f9b8aab40f743b32 (patch)
treeb626f123ca1c724c034214a13913ce60805ef75d
parent447efd3be3169fa0ef37fa481241d7b261a02412 (diff)
downloadOpenCL-Headers-71297456fc370fde1c00ac69f9b8aab40f743b32.tar.gz
Rename cl_intel_thread_local_exec to cl_intel_exec_by_local_thread (#183)
cl_intel_exec_by_local_thread is the correct extension name.
-rw-r--r--CL/cl_ext.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/CL/cl_ext.h b/CL/cl_ext.h
index 60f9320..e2b79b1 100644
--- a/CL/cl_ext.h
+++ b/CL/cl_ext.h
@@ -1297,11 +1297,11 @@ typedef cl_uint cl_command_termination_reason_arm;
#define CL_COMMAND_TERMINATION_CONTROLLED_FAILURE_ARM 2
#define CL_COMMAND_TERMINATION_ERROR_ARM 3
-/***************************************
-* cl_intel_thread_local_exec extension *
-****************************************/
+/******************************************
+* cl_intel_exec_by_local_thread extension *
+******************************************/
-#define cl_intel_thread_local_exec 1
+#define cl_intel_exec_by_local_thread 1
#define CL_QUEUE_THREAD_LOCAL_EXEC_ENABLE_INTEL (((cl_bitfield)1) << 31)