Revert "Eliminate warning caused by failed to meet occupancy requirement (#2389)" (#2514)

This reverts commit e35e3dee86.

[ROCm/composable_kernel commit: 722c22fb15]
This commit is contained in:
Po Yen Chen
2025-07-17 10:09:01 +08:00
committed by GitHub
parent 8319789fe1
commit e500919c52

View File

@@ -122,9 +122,6 @@ struct BlockFmhaBatchPrefillPipelineQRKSVSAsync
{
if constexpr(kPadSeqLenK && BiasEnum == BlockAttentionBiasEnum::ELEMENTWISE_BIAS)
return 1;
// use larger K/V LDS buffer size will lower the occupancy
else if constexpr(64 <= kK0 || 64 <= kK1)
return 1;
else
return 2;
}