Skip to content

Commit 3a4372b

Browse files
PawelJurekpszymich
authored andcommitted
Make ForceAddingStackcallKernelPrerequisites flag available in Linux Release config
The flag is needed for StackOverflow detection feature and which should be available in Release configs. (cherry picked from commit 6d34b7c)
1 parent a81d3f8 commit 3a4372b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ DECLARE_IGC_REGKEY(DWORD, CodePatchExperiments, 0, "Experiment with
660660
DECLARE_IGC_REGKEY(DWORD, CodePatchFilter, 0x7, "Filter out unsupported patterns", false)
661661
DECLARE_IGC_REGKEY(DWORD, FirstStagedSIMD, 0, "Force Pixel shader to be 1: FastSIMD (SIMD8), 2: BestSIMD (SIMD16 or SIMD8), 3: FatestSIMD (SIMD8 opt off)", false)
662662
DECLARE_IGC_REGKEY(DWORD, FastestS1Experiments, 0, "Select configs for fastest compilation by bits.", false)
663-
DECLARE_IGC_REGKEY(bool, ForceAddingStackcallKernelPrerequisites, false, "Force adding static overhead for stackcall to the kernel entry such as HWTID instructions for experiments", false)
663+
DECLARE_IGC_REGKEY(bool, ForceAddingStackcallKernelPrerequisites, false, "Force adding static overhead for stackcall to the kernel entry such as HWTID instructions for experiments", true)
664664
DECLARE_IGC_REGKEY(bool, DisableFastestLinearScan, false, "Disable LinearScanRA in FastestSIMD.", false)
665665
DECLARE_IGC_REGKEY(bool, DisableFastestGopt, false, "Disable global optimizations for stage 1 shaders.", false)
666666
DECLARE_IGC_REGKEY(bool, ForceFastestSIMD, false, "Force pixel shader to return SIMD8 as fast as possible.", false)

0 commit comments

Comments
 (0)