Skip to content

Commit e93bbb8

Browse files
joker-ephmahesh-attarde
authored andcommitted
[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in SubgroupReduceLowering.cpp (NFC)
1 parent 10d8f2b commit e93bbb8

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
@@ -430,7 +430,7 @@ createSubgroupDPPReduction(PatternRewriter &rewriter, gpu::SubgroupReduceOp op,
430430
dpp = ROCDL::PermlaneX16Op::create(rewriter, loc, res.getType(), res, res,
431431
uint32Max, uint32Max,
432432
/*fi=*/true,
433-
/*bound_ctrl=*/false);
433+
/*boundControl=*/false);
434434
res = vector::makeArithReduction(
435435
rewriter, loc, gpu::convertReductionKind(mode), res, dpp);
436436
} else {

0 commit comments

Comments
 (0)