summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CL/cl_ext.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/CL/cl_ext.h b/CL/cl_ext.h
index 2a68cf1..160e535 100644
--- a/CL/cl_ext.h
+++ b/CL/cl_ext.h
@@ -1678,6 +1678,14 @@ typedef cl_uint cl_command_termination_reason_arm;
#define CL_COMMAND_TERMINATION_CONTROLLED_FAILURE_ARM 2
#define CL_COMMAND_TERMINATION_ERROR_ARM 3
+/*************************************
+* cl_arm_protected_memory_allocation *
+*************************************/
+
+#define cl_arm_protected_memory_allocation 1
+
+#define CL_MEM_PROTECTED_ALLOC_ARM (1ULL << 36)
+
/******************************************
* cl_intel_exec_by_local_thread extension *
******************************************/