add cl_khr_spirv_queries to list of known extensions (#2463)

While #2409 is under review, could we please add "cl_khr_spirv_queries"
to the list of known extensions? This will prevent test "failures" for
implementations that support the extension.
This commit is contained in:
Ben Ashbaugh
2025-08-01 13:37:16 -07:00
committed by GitHub
parent 430727cc8d
commit 2507f7de84

View File

@@ -96,7 +96,8 @@ const char *known_extensions[] = {
"cl_khr_command_buffer_mutable_dispatch",
"cl_khr_command_buffer_multi_device",
"cl_khr_external_memory_android_hardware_buffer",
"cl_khr_unified_svm"
"cl_khr_unified_svm",
"cl_khr_spirv_queries"
};
// clang-format on