mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Disable FusedEus when debugger is used
Related-To: NEO-5961 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
a30347cbc5
commit
438611be09
@ -79,7 +79,8 @@ const RuntimeCapabilityTable EHL::capabilityTable{
|
||||
true, // hostPtrTrackingEnabled
|
||||
false, // levelZeroSupported
|
||||
true, // isIntegratedDevice
|
||||
true // supportsMediaBlock
|
||||
true, // supportsMediaBlock
|
||||
false // fusedEuEnabled
|
||||
};
|
||||
|
||||
WorkaroundTable EHL::workaroundTable = {};
|
||||
|
@ -80,7 +80,8 @@ const RuntimeCapabilityTable ICLLP::capabilityTable{
|
||||
true, // hostPtrTrackingEnabled
|
||||
true, // levelZeroSupported
|
||||
true, // isIntegratedDevice
|
||||
true // supportsMediaBlock
|
||||
true, // supportsMediaBlock
|
||||
false // fusedEuEnabled
|
||||
};
|
||||
|
||||
WorkaroundTable ICLLP::workaroundTable = {};
|
||||
|
@ -79,7 +79,8 @@ const RuntimeCapabilityTable LKF::capabilityTable{
|
||||
true, // hostPtrTrackingEnabled
|
||||
false, // levelZeroSupported
|
||||
true, // isIntegratedDevice
|
||||
true // supportsMediaBlock
|
||||
true, // supportsMediaBlock
|
||||
false // fusedEuEnabled
|
||||
};
|
||||
|
||||
WorkaroundTable LKF::workaroundTable = {};
|
||||
|
Reference in New Issue
Block a user