Skip to content

Commit fbd3ddb

Browse files
authored
Update minCU count for MI308 (#1927)
1 parent 0364aa8 commit fbd3ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Rock/IR/AmdArchDb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static constexpr AmdArchInfo
4949
GemmFeatures::atomic_add | GemmFeatures::atomic_add_f16,
5050
/*waveSize=*/64, /*maxWavesPerEU*/ 10, /*totalSGPRPerEU*/ 512,
5151
/*totalVGPRPerEU*/ 512, /*totalSharedMemPerCU*/ 65536,
52-
/*maxSharedMemPerWG*/ 65536, /*numEUPerCU=*/4, /*minNumCU=*/228,
52+
/*maxSharedMemPerWG*/ 65536, /*numEUPerCU=*/4, /*minNumCU=*/80,
5353
/*hasFp8ConversionInstrs=*/true,
5454
/*hasOcpFp8ConversionInstrs=*/false, /*maxNumXCC=*/8),
5555
cdna35Info(GemmFeatures::mfma | GemmFeatures::dot |

0 commit comments

Comments
 (0)