mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix missing cl_khr_semaphore extensions in compiler tests (#1357)
* Added missing extensions related to cl_khr_semaphore Signed-off-by: Marco Cattani <marco.cattani@arm.com>
This commit is contained in:
@@ -75,6 +75,9 @@ const char *known_extensions[] = {
|
||||
"cl_khr_pci_bus_info",
|
||||
"cl_khr_suggested_local_work_size",
|
||||
"cl_khr_spirv_linkonce_odr",
|
||||
"cl_khr_semaphore",
|
||||
"cl_khr_external_semaphore",
|
||||
"cl_khr_external_semaphore_sync_fd",
|
||||
};
|
||||
|
||||
size_t num_known_extensions = sizeof(known_extensions) / sizeof(char *);
|
||||
|
||||
Reference in New Issue
Block a user