feat(L0debug): Enable MTL

Turn runtime capability flag for mtl debug support on

Related-to: NEO-7659
Signed-off-by: Yates, Brandon <brandon.yates@intel.com>
This commit is contained in:
Yates, Brandon
2023-01-26 18:43:26 +00:00
committed by Compute-Runtime-Automation
parent e9c18f8825
commit b3eb1561f8
2 changed files with 5 additions and 4 deletions

View File

@@ -76,7 +76,8 @@ const RuntimeCapabilityTable MTL::capabilityTable{
true, // supportsMediaBlock
false, // p2pAccessSupported
false, // p2pAtomicAccessSupported
true // fusedEuEnabled
true, // fusedEuEnabled
true // l0DebuggerSupported
};
WorkaroundTable MTL::workaroundTable = {};