Skip to content

Commit f209922

Browse files
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.
1 parent 2d165ee commit f209922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_conformance/compiler/test_compiler_defines_for_extensions.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ const char *known_extensions[] = {
9494
"cl_khr_external_memory_dma_buf",
9595
"cl_khr_command_buffer",
9696
"cl_khr_command_buffer_mutable_dispatch",
97-
"cl_khr_command_buffer_multi_device"
97+
"cl_khr_command_buffer_multi_device",
98+
"cl_khr_external_memory_android_hardware_buffer"
9899
};
99100
// clang-format on
100101

0 commit comments

Comments
 (0)