File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -922,6 +922,11 @@ cl_int CL_API_CALL clReleaseSemaphoreKHR(
922
922
#define CL_DEVICE_SPIR_VERSIONS 0x40E0
923
923
#define CL_PROGRAM_BINARY_TYPE_INTERMEDIATE 0x40E1
924
924
925
+ // /////////////////////////////////////////////////////////////////////////////
926
+ // cl_khr_subgroup_named_barrier
927
+
928
+ #define CL_DEVICE_MAX_NAMED_BARRIER_COUNT_KHR 0x2035
929
+
925
930
// /////////////////////////////////////////////////////////////////////////////
926
931
// cl_khr_subgroups
927
932
Original file line number Diff line number Diff line change @@ -865,6 +865,9 @@ CEnumNameMap::CEnumNameMap()
865
865
ADD_ENUM_NAME ( m_cl_int, CL_DEVICE_SPIR_VERSIONS );
866
866
ADD_ENUM_NAME ( m_cl_int, CL_PROGRAM_BINARY_TYPE_INTERMEDIATE );
867
867
868
+ // cl_khr_subgroup_named_barrier
869
+ ADD_ENUM_NAME ( m_cl_int, CL_DEVICE_MAX_NAMED_BARRIER_COUNT_KHR );
870
+
868
871
// cl_khr_subgroups
869
872
// These enums were promoted to core in OpenCL 2.1.
870
873
// CL_KERNEL_MAX_SUB_GROUP_SIZE_FOR_NDRANGE_KHR 0x2033
You can’t perform that action at this time.
0 commit comments