mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
e9c18f8825
commit
b3eb1561f8
@@ -76,7 +76,8 @@ const RuntimeCapabilityTable MTL::capabilityTable{
|
||||
true, // supportsMediaBlock
|
||||
false, // p2pAccessSupported
|
||||
false, // p2pAtomicAccessSupported
|
||||
true // fusedEuEnabled
|
||||
true, // fusedEuEnabled
|
||||
true // l0DebuggerSupported
|
||||
};
|
||||
|
||||
WorkaroundTable MTL::workaroundTable = {};
|
||||
|
||||
Reference in New Issue
Block a user