We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e2221 commit 187d204Copy full SHA for 187d204
IGC/Compiler/CISACodeGen/Platform.hpp
@@ -1483,6 +1483,11 @@ bool hasBarrierControlFlowOpt() const
1483
return enabled;
1484
}
1485
1486
+bool needsLocalScopeEvictTGM() const
1487
+{
1488
+ return true;
1489
+}
1490
+
1491
bool needWaSamplerNoMask() const
1492
{
1493
return m_WaTable.Wa_22011157800 && !IGC_IS_FLAG_DISABLED(DiableWaSamplerNoMask);
0 commit comments