We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c0d8b commit 6803fb7Copy full SHA for 6803fb7
lib/task-spec/src/task-spec/dynamic_graph/shard_expansion.cc
@@ -15,7 +15,7 @@ bool value_is_shard_expanded(DynamicValueAttrs const &n) {
15
16
bool no_part_of_graph_is_shard_expanded(DynamicOpenDataflowGraph const &g) {
17
auto slot_is_shard_expanded = [](DynamicTensorSlot const &) -> bool {
18
- return true;
+ return false;
19
};
20
21
return no_part_of_dynamic_graph_satisfies(g,
0 commit comments