|
Ran
|
Files
1261
|
Run time
24s
|
Badge
README BADGES
|
push
github
Always run vf2 scoring serially (#11112) (#11128) * Always run vf2 scoring serially The VF2Layout and VF2PostLayout passes' Rust scoring function has the option to use a parallel iterator for computing the score of a layout given a sufficiently large circuit (both in number of 2q interactions or qubits). Previously the scoring would be multithreaded if there were > 50 qubits or > 50 2q interactions in the circuit. However, as recent testing has shown in most cases the performance of doing this operation in parallel is much worse than serial execution. To address this issue, this commit just always uses the serial version. The parallel option is left in place for now just in case someone was manually calling the scoring function with the parallel option set to ``True``. * Add release note (cherry picked from commit 0764a33b9) Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
73852 of 85000 relevant lines covered (86.88%)
91792.47 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|