Skip to content

Commit bc26255

Browse files
committed
Address review comment
1 parent a865235 commit bc26255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRV.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ static Value createGroupReduceOpImpl(OpBuilder &builder, Location loc,
479479
.getResult();
480480
}
481481

482-
Value clusterSizeValue = {};
482+
Value clusterSizeValue;
483483
if (clusterSize.has_value())
484484
clusterSizeValue = builder.create<spirv::ConstantOp>(
485485
loc, builder.getI32Type(),

0 commit comments

Comments
 (0)