We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f922845 commit fa41656Copy full SHA for fa41656
IGC/Compiler/ThreadCombining.cpp
@@ -612,7 +612,7 @@ bool ThreadCombining::runOnModule(llvm::Module& M)
612
// This value tells us what is the minimum acceptable threadgroup size
613
// to make sure that we are not too aggressive with thread combining.
614
// Current Heurstic is to have no less than 8 H/W threads per WG.
615
- unsigned int minTGSizeHeuristic;
+ unsigned int minTGSizeHeuristic = 0;
616
617
SIMDMode simdMode = csCtx->GetLeastSIMDModeAllowed();
618
// If SIMD8 is legal then, heuristics are SIMD8 selection if spill is
0 commit comments