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 a7c9fe7 commit 4214070Copy full SHA for 4214070
mlir/lib/Conversion/MeshToMPI/MeshToMPI.cpp
@@ -75,8 +75,8 @@ struct ConvertUpdateHaloOp
75
auto opSplitAxes = op.getSplitAxes().getAxes();
76
auto mesh = op.getMesh();
77
auto meshOp = getMesh(op, symbolTableCollection);
78
- auto haloSizes = getMixedValues(op.getStaticHaloSizes(),
79
- op.getHaloSizes(), rewriter);
+ auto haloSizes =
+ getMixedValues(op.getStaticHaloSizes(), op.getHaloSizes(), rewriter);
80
// subviews need Index values
81
for (auto &sz : haloSizes) {
82
if (sz.is<Value>()) {
0 commit comments