Skip to content

Commit e9bdbfe

Browse files
elvinw-inteligcbot
authored andcommitted
Disable Legacy MTP Heuristic
Opt out disabling MTP heuristic
1 parent e430b3a commit e9bdbfe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

IGC/Compiler/CISACodeGen/Platform.hpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,12 @@ bool supportsWMTPForShaderType(ShaderType type) const {
179179
return false;
180180
}
181181

182-
bool supportDisableMidThreadPreemptionSwitch() const { return m_platformInfo.eRenderCoreFamily >= IGFX_GEN10_CORE; }
182+
bool supportDisableMidThreadPreemptionSwitch() const
183+
{
184+
return
185+
false
186+
;
187+
}
183188

184189
bool needSWStencil() const
185190
{

0 commit comments

Comments
 (0)