Skip to content

Commit 6d34b7c

Browse files
PawelJurekigcbot
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.
1 parent 2ddbbab commit 6d34b7c

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
@@ -665,7 +665,7 @@ DECLARE_IGC_REGKEY(DWORD, CodePatchExperiments, 0, "Experiment with
665665
DECLARE_IGC_REGKEY(DWORD, CodePatchFilter, 0x7, "Filter out unsupported patterns", false)
666666
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)
667667
DECLARE_IGC_REGKEY(DWORD, FastestS1Experiments, 0, "Select configs for fastest compilation by bits.", false)
668-
DECLARE_IGC_REGKEY(bool, ForceAddingStackcallKernelPrerequisites, false, "Force adding static overhead for stackcall to the kernel entry such as HWTID instructions for experiments", false)
668+
DECLARE_IGC_REGKEY(bool, ForceAddingStackcallKernelPrerequisites, false, "Force adding static overhead for stackcall to the kernel entry such as HWTID instructions for experiments", true)
669669
DECLARE_IGC_REGKEY(bool, DisableFastestLinearScan, false, "Disable LinearScanRA in FastestSIMD.", false)
670670
DECLARE_IGC_REGKEY(bool, DisableFastestGopt, false, "Disable global optimizations for stage 1 shaders.", false)
671671
DECLARE_IGC_REGKEY(bool, ForceFastestSIMD, false, "Force pixel shader to return SIMD8 as fast as possible.", false)

0 commit comments

Comments
 (0)