Skip to content

Commit

Permalink
Minor Refactor
Browse files Browse the repository at this point in the history
Minor Refactor
  • Loading branch information
mkarigan authored and igcbot committed Aug 29, 2024
1 parent 13ccad4 commit 041f93a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion IGC/Compiler/CISACodeGen/Platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ bool preferLSCCache() const

bool allowDivergentControlFlowRayQueryCheckRelease() const
{
return false;
return m_WaTable.Wa_22019804511 != 0;
}

};
Expand Down
6 changes: 6 additions & 0 deletions inc/common/sku_wa_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -657,3 +657,9 @@ SPDX-License-Identifier: MIT
WA_BUG_TYPE_UNKNOWN,
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)

WA_DECLARE(
Wa_22019804511,
"Workaround",
WA_BUG_TYPE_UNKNOWN,
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)

0 comments on commit 041f93a

Please sign in to comment.