Add support for zeDeviceGetP2PProperties

Related-to: LOCI-2784

Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
Jaime Arteaga
2022-02-01 01:46:54 +00:00
committed by Compute-Runtime-Automation
parent cfc9f385bc
commit 4aef9925b0
20 changed files with 195 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Intel Corporation
* Copyright (C) 2021-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -90,6 +90,8 @@ const RuntimeCapabilityTable PVC::capabilityTable{
true, // levelZeroSupported
false, // isIntegratedDevice
false, // supportsMediaBlock
true, // p2pAccessSupported
true, // p2pAtomicAccessSupported
false // fusedEuEnabled
};