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 1ff3c88 commit 3d0ba64Copy full SHA for 3d0ba64
mlir/lib/Dialect/Rock/Tuning/GridwiseGemmParams.cpp
@@ -464,9 +464,9 @@ LogicalResult PopulateParamsXDL::isValidBlockwiseGemm(
464
validKPerWaveFactor = 4;
465
}
466
if ((param.getMPerBlock() % minDPerWave != 0) ||
467
- (param.getNPerBlock() % minDPerWave != 0) ||
468
- ((param.getKpackPerBlock() * param.getKpack()) % validKPerWaveFactor !=
469
- 0)) {
+ (param.getNPerBlock() % minDPerWave != 0) ||
+ ((param.getKpackPerBlock() * param.getKpack()) % validKPerWaveFactor !=
+ 0)) {
470
return failure();
471
472
0 commit comments