Skip to content

Commit

Permalink
Validating halfway in the fusion wasn't a good idea.
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyai committed Oct 16, 2024
1 parent bd0aab0 commit e2c009d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dace/transformation/subgraph/subgraph_fusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,6 @@ def fuse(self,

fuse_maps_into_global_map(graph, map_entries, map_exits, global_map_entry, global_map_exit,
in_nodes, intermediate_nodes, out_nodes, transients_created, invariant_dimensions)
sdfg.validate()

min_offsets = compress_transient_arrays(sdfg, graph, self.transient_allocation, subgraph_contains_data,
intermediate_nodes, invariant_dimensions)
Expand Down

0 comments on commit e2c009d

Please sign in to comment.