Add cl_khr_icd_unloadable to the list of known_extensions (#2605)

Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>

Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:
Krzysztof Gibala
2026-01-20 18:59:56 +01:00
committed by GitHub
parent e076b4a9e9
commit 5af0e74ef4

View File

@@ -56,6 +56,7 @@ const char *known_extensions[] = {
"cl_khr_integer_dot_product", "cl_khr_integer_dot_product",
"cl_khr_subgroup_rotate", "cl_khr_subgroup_rotate",
"cl_khr_kernel_clock", "cl_khr_kernel_clock",
"cl_khr_icd_unloadable",
// API-only extensions after this point. If you add above here, modify // API-only extensions after this point. If you add above here, modify
// first_API_extension below. // first_API_extension below.
"cl_khr_icd", "cl_khr_icd",