Filter L0 Debugger support by platfom

Related-To: NEO-6678
Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
Brandon Yates
2022-02-18 17:01:54 +00:00
committed by Compute-Runtime-Automation
parent 489dd4dd03
commit d70b1a2e2a
22 changed files with 70 additions and 20 deletions

View File

@@ -93,7 +93,8 @@ const RuntimeCapabilityTable PVC::capabilityTable{
false, // supportsMediaBlock
true, // p2pAccessSupported
true, // p2pAtomicAccessSupported
false // fusedEuEnabled
false, // fusedEuEnabled
true // l0DebuggerSupported;
};
void PVC::setupFeatureAndWorkaroundTable(HardwareInfo *hwInfo) {