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 e165320 commit 96c8525Copy full SHA for 96c8525
mlir/include/mlir/Dialect/Mesh/IR/MeshOps.h
@@ -44,7 +44,7 @@ class MeshSharding {
44
::mlir::FlatSymbolRefAttr mesh;
45
SmallVector<MeshAxesAttr> split_axes;
46
SmallVector<MeshAxis> partial_axes;
47
- ReductionKind partial_type;
+ ReductionKind partial_type = ReductionKind::Sum;
48
SmallVector<int64_t> static_halo_sizes;
49
SmallVector<int64_t> static_sharded_dims_offsets;
50
SmallVector<Value> dynamic_halo_sizes;
0 commit comments