mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +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
@@ -80,7 +80,8 @@ const RuntimeCapabilityTable ADLP::capabilityTable{
|
||||
true, // supportsMediaBlock
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
true // fusedEuEnabled
|
||||
true, // fusedEuEnabled
|
||||
false // l0DebuggerSupported;
|
||||
};
|
||||
|
||||
WorkaroundTable ADLP::workaroundTable = {};
|
||||
|
||||
@@ -80,7 +80,8 @@ const RuntimeCapabilityTable ADLS::capabilityTable{
|
||||
true, // supportsMediaBlock
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
true // fusedEuEnabled
|
||||
true, // fusedEuEnabled
|
||||
false // l0DebuggerSupported;
|
||||
};
|
||||
|
||||
WorkaroundTable ADLS::workaroundTable = {};
|
||||
|
||||
@@ -88,7 +88,8 @@ const RuntimeCapabilityTable DG1::capabilityTable{
|
||||
true, // supportsMediaBlock
|
||||
true, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
true // fusedEuEnabled
|
||||
true, // fusedEuEnabled
|
||||
true, // l0DebuggerSupported;
|
||||
};
|
||||
|
||||
WorkaroundTable DG1::workaroundTable = {};
|
||||
|
||||
@@ -80,7 +80,8 @@ const RuntimeCapabilityTable RKL::capabilityTable{
|
||||
true, // supportsMediaBlock
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
true // fusedEuEnabled
|
||||
true, // fusedEuEnabled
|
||||
false, // l0DebuggerSupported;
|
||||
};
|
||||
|
||||
WorkaroundTable RKL::workaroundTable = {};
|
||||
|
||||
@@ -84,7 +84,8 @@ const RuntimeCapabilityTable TGLLP::capabilityTable{
|
||||
true, // supportsMediaBlock
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
true // fusedEuEnabled
|
||||
true, // fusedEuEnabled
|
||||
false, // l0DebuggerSupported;
|
||||
};
|
||||
|
||||
WorkaroundTable TGLLP::workaroundTable = {};
|
||||
|
||||
Reference in New Issue
Block a user