Skip to content

Commit

Permalink
[Autobackout][FunctionalRegression]Revert of change: d096ef2: Refacto…
Browse files Browse the repository at this point in the history
…r CS selectWalkOrder with new pass enabled

Turn on EnableSelectCSWalkOrderPass to use the new pass
    SelectCSWalkOrderPass
  • Loading branch information
sys-igc authored and igcbot committed Sep 19, 2024
1 parent 2fac33e commit dd07ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IGC/common/igc_flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ DECLARE_IGC_REGKEY(bool, SetDefaultTileYWalk, true, "Use TileY walk a
DECLARE_IGC_REGKEY(bool, ForceTileY, false, "Force TileY mode on DG2", false)
DECLARE_IGC_REGKEY(DWORD, EnableNewTileYCheck, 2, "Enable new TileY check. 0 - off, 1 - on, 2 - platform default", false)
DECLARE_IGC_REGKEY(DWORD, KeepTileYForFlattened, 2, "Keep TileY for FlattenedThreadIdInGroup. 0 - off, 1 - on, 2 - platform default", false)
DECLARE_IGC_REGKEY(bool, EnableSelectCSWalkOrderPass, true, "Enable SelectCSWalkOrderPass at the earlier stage than PreCompile time", false)
DECLARE_IGC_REGKEY(bool, EnableSelectCSWalkOrderPass, false, "Enable SelectCSWalkOrderPass at the earlier stage than PreCompile time", false)

DECLARE_IGC_REGKEY(bool, DisableDynamicTextureFolding, false, "Disable Dynamic Texture Folding", false)
DECLARE_IGC_REGKEY(bool, DisableDynamicResInfoFolding, true, "Disable Dynamic ResInfo Instruction Folding", false)
Expand Down

0 comments on commit dd07ef6

Please sign in to comment.