mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-20 08:38:13 +08:00
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:
committed by
Compute-Runtime-Automation
parent
473b892132
commit
327d4c4d48
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user