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 3c759d0 commit 35a8403Copy full SHA for 35a8403
IGC/Compiler/CISACodeGen/ComputeShaderCodeGen.cpp
@@ -443,7 +443,7 @@ namespace IGC
443
float occu16 = ctx->GetThreadOccupancy(SIMDMode::SIMD16);
444
float occu32 = ctx->GetThreadOccupancy(SIMDMode::SIMD32);
445
if (!ctx->isSecondCompile &&
446
- (occu32 >= occu16 ||
+ (occu32 > occu16 ||
447
(occu32 == occu16 && ctx->m_instrTypes.hasBarrier)))
448
{
449
return true;
0 commit comments