Skip to content

Commit 8315e1e

Browse files
Formatting fix
Signed-off-by: Muzammiluddin Syed <[email protected]>
1 parent ad77f7a commit 8315e1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Dialect/GPU/Utils/ReductionUtils.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ FailureOr<Value> mlir::createSubgroupDPPReduction(
5151
gpu::AllReduceOperation mode, const ClusterInfo &ci,
5252
amdgpu::Chipset chipset, function_ref<Value(Value)> packFn,
5353
function_ref<Value(Value)> unpackFn) {
54+
5455
Location loc = op.getLoc();
5556
Value dpp;
5657
Value res = input;
@@ -167,4 +168,4 @@ FailureOr<Value> mlir::createSubgroupDPPReduction(
167168
}
168169
assert(res.getType() == input.getType());
169170
return res;
170-
}
171+
}

0 commit comments

Comments
 (0)