mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Update extension list of test_compiler (#1507)
* Update extension list of test_compiler Upate extension list of test_compiler with missing external memory and semaphore extensions
This commit is contained in:
@@ -79,11 +79,13 @@ const char *known_extensions[] = {
|
||||
"cl_khr_spirv_linkonce_odr",
|
||||
"cl_khr_semaphore",
|
||||
"cl_khr_external_semaphore",
|
||||
"cl_khr_external_semaphore_opaque_fd",
|
||||
"cl_khr_external_semaphore_win32",
|
||||
"cl_khr_external_semaphore_sync_fd",
|
||||
"cl_khr_command_buffer",
|
||||
"cl_khr_external_semaphore_opaque_fd",
|
||||
"cl_khr_external_memory",
|
||||
"cl_khr_external_memory_win32",
|
||||
"cl_khr_external_memory_opaque_fd",
|
||||
"cl_khr_command_buffer",
|
||||
"cl_khr_command_buffer_mutable_dispatch",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user