File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -925,6 +925,13 @@ cl_int CL_API_CALL clReleaseSemaphoreKHR(
925
925
#define CL_DEVICE_SPIR_VERSIONS 0x40E0
926
926
#define CL_PROGRAM_BINARY_TYPE_INTERMEDIATE 0x40E1
927
927
928
+ // /////////////////////////////////////////////////////////////////////////////
929
+ // cl_khr_spirv_queries
930
+
931
+ #define CL_DEVICE_SPIRV_EXTENDED_INSTRUCTION_SETS_KHR 0x12B9
932
+ #define CL_DEVICE_SPIRV_EXTENSIONS_KHR 0x12BA
933
+ #define CL_DEVICE_SPIRV_CAPABILITIES_KHR 0x12BB
934
+
928
935
// /////////////////////////////////////////////////////////////////////////////
929
936
// cl_khr_subgroup_named_barrier
930
937
Original file line number Diff line number Diff line change @@ -863,6 +863,11 @@ CEnumNameMap::CEnumNameMap()
863
863
ADD_ENUM_NAME ( m_cl_int, CL_DEVICE_SPIR_VERSIONS );
864
864
ADD_ENUM_NAME ( m_cl_int, CL_PROGRAM_BINARY_TYPE_INTERMEDIATE );
865
865
866
+ // cl_khr_spirv_queries
867
+ ADD_ENUM_NAME ( m_cl_int, CL_DEVICE_SPIRV_EXTENDED_INSTRUCTION_SETS_KHR );
868
+ ADD_ENUM_NAME ( m_cl_int, CL_DEVICE_SPIRV_EXTENSIONS_KHR );
869
+ ADD_ENUM_NAME ( m_cl_int, CL_DEVICE_SPIRV_CAPABILITIES_KHR );
870
+
866
871
// cl_khr_subgroup_named_barrier
867
872
ADD_ENUM_NAME ( m_cl_int, CL_DEVICE_MAX_NAMED_BARRIER_COUNT_KHR );
868
873
You can’t perform that action at this time.
0 commit comments