Extend list of known extensions (#1262)

This commit is contained in:
Grzegorz Wawiorko
2021-05-27 10:05:27 +02:00
committed by GitHub
parent 0876ea10be
commit bd3135dd01

View File

@@ -49,7 +49,7 @@ const char *known_extensions[] = {
"cl_khr_subgroup_shuffle",
"cl_khr_subgroup_shuffle_relative",
"cl_khr_subgroup_clustered_reduce",
"cl_khr_extended_bit_ops",
// API-only extensions after this point. If you add above here, modify
// first_API_extension below.
"cl_khr_icd",
@@ -71,10 +71,13 @@ const char *known_extensions[] = {
"cl_khr_spirv_no_integer_wrap_decoration",
"cl_khr_extended_versioning",
"cl_khr_device_uuid",
"cl_khr_pci_bus_info",
"cl_khr_suggested_local_work_size",
"cl_khr_spirv_linkonce_odr",
};
size_t num_known_extensions = sizeof(known_extensions)/sizeof(char*);
size_t first_API_extension = 27;
size_t num_known_extensions = sizeof(known_extensions) / sizeof(char *);
size_t first_API_extension = 28;
const char *known_embedded_extensions[] = {
"cles_khr_int64",