fix: Set debugger supported on arl

Resolves: NEO-12136

Signed-off-by: Jemale Lockett <jemale.lockett@intel.com>
This commit is contained in:
Jemale Lockett
2024-09-05 15:51:38 +00:00
committed by Compute-Runtime-Automation
parent e87acab116
commit efeee0018f
3 changed files with 47 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ const RuntimeCapabilityTable ARL::capabilityTable{
false, // p2pAccessSupported
false, // p2pAtomicAccessSupported
true, // fusedEuEnabled
false, // l0DebuggerSupported
true, // l0DebuggerSupported
true, // supportsFloatAtomics
0 // cxlType
};