mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Filter L0 Debugger support by platfom
Related-To: NEO-6678 Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
489dd4dd03
commit
d70b1a2e2a
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user