feature: Add support for CL_DEVICE_HANDLE_LIST_KHR

Related-To: NEO-6757
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:
Warchulski, Jaroslaw
2023-05-02 12:27:55 +00:00
committed by Compute-Runtime-Automation
parent c1f71ea7f7
commit 9a73fa195b
7 changed files with 229 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2022 Intel Corporation
* Copyright (C) 2019-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -17,6 +17,7 @@ struct MemoryProperties {
uint64_t handleType = 0;
uintptr_t hostptr = 0;
const Device *pDevice = nullptr;
std::vector<Device *> associatedDevices;
uint32_t memCacheClos = 0;
union {
MemoryFlags flags;