Add cl_khr_integer_dot_product to known extensions in test compiler. (#1316)

This commit is contained in:
Grzegorz Wawiorko
2021-08-31 16:53:55 +02:00
committed by GitHub
parent 7cfd3a6033
commit e27a97fbd8

View File

@@ -50,6 +50,7 @@ const char *known_extensions[] = {
"cl_khr_subgroup_shuffle_relative",
"cl_khr_subgroup_clustered_reduce",
"cl_khr_extended_bit_ops",
"cl_khr_integer_dot_product",
// API-only extensions after this point. If you add above here, modify
// first_API_extension below.
"cl_khr_icd",
@@ -77,7 +78,7 @@ const char *known_extensions[] = {
};
size_t num_known_extensions = sizeof(known_extensions) / sizeof(char *);
size_t first_API_extension = 28;
size_t first_API_extension = 29;
const char *known_embedded_extensions[] = {
"cles_khr_int64",