Skip to content

Commit 94d0063

Browse files
pratikashargfxbot
authored andcommitted
Enable 1-step elf by default
Change-Id: I3df543de65df1a1aed1bb3368cdba95ce0ceb291
1 parent 0770a37 commit 94d0063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ DECLARE_IGC_REGKEY(bool, ForceSubroutineForEmulation, false, "Force subroutin
322322
DECLARE_IGC_REGKEY(int, ByPassAllocaSizeHeuristic, 0, "Force some Alloca to pass the pressure heuristic until the given size")
323323
DECLARE_IGC_REGKEY(DWORD, MemOptWindowSize, 150, "Change the size of the window in which we allow load/stores to be coalesced. We keep it limited in order to avoid creating long liveranges. Default value is 150")
324324
DECLARE_IGC_REGKEY(bool, ForceNoFP64bRegioning, false, "force regioning rules for FP and 64b FPU instructions")
325-
DECLARE_IGC_REGKEY(bool, EnableOneStepElf, false, "Enable generation of direct elf mapping src->Gen ISA")
325+
DECLARE_IGC_REGKEY(bool, EnableOneStepElf, true, "Enable generation of direct elf mapping src->Gen ISA")
326326

327327
DECLARE_IGC_GROUP("Generating precompiled headers")
328328
DECLARE_IGC_REGKEY(bool, ApplyConservativeRastWAHeader, true,

0 commit comments

Comments
 (0)