Skip to content

Commit

Permalink
Update src/optimiser/taso.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Mondada <[email protected]>
  • Loading branch information
aborgna-q and lmondada authored Sep 21, 2023
1 parent 32a8f53 commit 3f05785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimiser/taso.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ where
let mut seen_hashes: FxHashSet<_> = FromIterator::from_iter([(initial_circ_hash)]);

// Each worker waits for circuits to scan for rewrites using all the
// patterns and send the results back to main.
// patterns and sends the results back to main.
let joins: Vec<_> = (0..n_threads)
.map(|_| {
worker::spawn_pattern_matching_thread(
Expand Down

0 comments on commit 3f05785

Please sign in to comment.