mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Add cl_khr_integer_dot_product to known extensions in test compiler. (#1316)
This commit is contained in:
committed by
GitHub
parent
7cfd3a6033
commit
e27a97fbd8
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user