Skip to content

Commit

Permalink
small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangjuX committed May 30, 2024
1 parent 1ae3eb1 commit 790d0c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions thriller-core/src/dataflow/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ impl ThrillerBlock {
// Iterate over the inputs and check if the access maps are the same.
// If they are the same, then we can merge them into a unified access map.

// TODO: Implement this function.

self.merge_loops();
if self.loop_groups.len() == 1 {
self.unified_access_map = Some(self.inputs[0].get_access().as_ref().unwrap().clone());
Expand Down

0 comments on commit 790d0c8

Please sign in to comment.