mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
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:
committed by
Compute-Runtime-Automation
parent
c1f71ea7f7
commit
9a73fa195b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user