Skip to content

Commit 93278aa

Browse files
Small formatting change
Signed-off-by: Muzammiluddin Syed <[email protected]>
1 parent bcc7e43 commit 93278aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/GPU/Transforms/SubgroupReduceLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ std::optional<Value> createSubgroupDPPReduction(OpBuilder &b, Location loc,
463463
res, dppResult);
464464
};
465465

466-
for (unsigned cs = 2; cs <= ci.clusterSize; cs = cs << 1) {
466+
for (unsigned cs = 2; cs <= ci.clusterSize; cs <<= 1) {
467467
if (auto dpp = dppReduceAcrossLanes(cs, result)) {
468468
result = *dpp;
469469
continue;

0 commit comments

Comments
 (0)