Add cl_khr_unified_svm to the list of known extensions in the compiler defines for extension test. (#2433)

Adds cl_khr_unified_svm to the list of known extensions in the compiler
defines for extension test.
This commit is contained in:
Ahmed
2025-07-08 17:59:47 +01:00
committed by GitHub
parent 09f43ca916
commit 08738a6954

View File

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