Skip to content

Commit 041f93a

Browse files
mkariganigcbot
authored andcommitted
Minor Refactor
Minor Refactor
1 parent 13ccad4 commit 041f93a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

IGC/Compiler/CISACodeGen/Platform.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1782,7 +1782,7 @@ bool preferLSCCache() const
17821782

17831783
bool allowDivergentControlFlowRayQueryCheckRelease() const
17841784
{
1785-
return false;
1785+
return m_WaTable.Wa_22019804511 != 0;
17861786
}
17871787

17881788
};

inc/common/sku_wa_defs.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,3 +657,9 @@ SPDX-License-Identifier: MIT
657657
WA_BUG_TYPE_UNKNOWN,
658658
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
659659

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

Comments
 (0)