fix: update OpenCL headers to v2023.12.14

https://github.com/KhronosGroup/OpenCL-Headers/releases/tag/v2023.12.14
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-01-25 11:35:43 +01:00
committed by Compute-Runtime-Automation
parent 473b892132
commit 327d4c4d48
17 changed files with 3885 additions and 1881 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2023 Intel Corporation
* Copyright (C) 2018-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -602,10 +602,10 @@ TEST(Buffer, givenPropertiesWithClDeviceHandleListKHRWhenCreateBufferThenCorrect
cl_device_id deviceId2 = clDevice2;
cl_mem_properties_intel properties[] = {
CL_DEVICE_HANDLE_LIST_KHR,
CL_MEM_DEVICE_HANDLE_LIST_KHR,
reinterpret_cast<cl_mem_properties_intel>(deviceId),
reinterpret_cast<cl_mem_properties_intel>(deviceId2),
CL_DEVICE_HANDLE_LIST_END_KHR,
CL_MEM_DEVICE_HANDLE_LIST_END_KHR,
0};
cl_mem_flags flags = CL_MEM_COPY_HOST_PTR;