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 b49a847 commit 965b338Copy full SHA for 965b338
mlir/lib/Dialect/Shard/Transforms/ShardingPropagation.cpp
@@ -184,7 +184,7 @@ ReshardingRquirementKind getReshardingRquirementKind(
184
185
for (auto [result, sharding] :
186
llvm::zip_equal(op->getResults(), resultShardings)) {
187
- for (auto user : result.getUsers()) {
+ for (auto *user : result.getUsers()) {
188
ShardOp shardOp = llvm::dyn_cast<ShardOp>(user);
189
if (!shardOp) {
190
continue;
0 commit comments