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 13ccad4 commit 041f93aCopy full SHA for 041f93a
IGC/Compiler/CISACodeGen/Platform.hpp
@@ -1782,7 +1782,7 @@ bool preferLSCCache() const
1782
1783
bool allowDivergentControlFlowRayQueryCheckRelease() const
1784
{
1785
- return false;
+ return m_WaTable.Wa_22019804511 != 0;
1786
}
1787
1788
};
inc/common/sku_wa_defs.h
@@ -657,3 +657,9 @@ SPDX-License-Identifier: MIT
657
WA_BUG_TYPE_UNKNOWN,
658
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
659
660
+ WA_DECLARE(
661
+ Wa_22019804511,
662
+ "Workaround",
663
+ WA_BUG_TYPE_UNKNOWN,
664
+ WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
665
+
0 commit comments