mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Add support for zeDeviceGetP2PProperties
Related-to: LOCI-2784 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
cfc9f385bc
commit
4aef9925b0
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
* Copyright (C) 2018-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -65,6 +65,8 @@ struct RuntimeCapabilityTable {
|
||||
bool levelZeroSupported;
|
||||
bool isIntegratedDevice;
|
||||
bool supportsMediaBlock;
|
||||
bool p2pAccessSupported;
|
||||
bool p2pAtomicAccessSupported;
|
||||
bool fusedEuEnabled;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user