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 ad77f7a commit 8315e1eCopy full SHA for 8315e1e
mlir/lib/Dialect/GPU/Utils/ReductionUtils.cpp
@@ -51,6 +51,7 @@ FailureOr<Value> mlir::createSubgroupDPPReduction(
51
gpu::AllReduceOperation mode, const ClusterInfo &ci,
52
amdgpu::Chipset chipset, function_ref<Value(Value)> packFn,
53
function_ref<Value(Value)> unpackFn) {
54
+
55
Location loc = op.getLoc();
56
Value dpp;
57
Value res = input;
@@ -167,4 +168,4 @@ FailureOr<Value> mlir::createSubgroupDPPReduction(
167
168
}
169
assert(res.getType() == input.getType());
170
return res;
-}
171
+}
0 commit comments