Skip to content

Commit fa41656

Browse files
unboagablegfxbot
authored andcommitted
KW fixes
Change-Id: Icf130adf8464b455692ba871a0da8f2e33897840
1 parent f922845 commit fa41656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/Compiler/ThreadCombining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ bool ThreadCombining::runOnModule(llvm::Module& M)
612612
// This value tells us what is the minimum acceptable threadgroup size
613613
// to make sure that we are not too aggressive with thread combining.
614614
// Current Heurstic is to have no less than 8 H/W threads per WG.
615-
unsigned int minTGSizeHeuristic;
615+
unsigned int minTGSizeHeuristic = 0;
616616

617617
SIMDMode simdMode = csCtx->GetLeastSIMDModeAllowed();
618618
// If SIMD8 is legal then, heuristics are SIMD8 selection if spill is

0 commit comments

Comments
 (0)