Add cl_khr_external_memory_android_hardware_buffer to the list of known compiler test extensions (#2407)

Fixes compiler_defines_for_extensions failure when the extension is
supported.
This commit is contained in:
Ahmed
2025-06-03 22:38:39 +01:00
committed by GitHub
parent 2d165eee74
commit f209922722

View File

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