Ran
|
Jobs
1
|
Files
1261
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
Copy-in rather than copy-out in transpiler (#11176) (#11182) This shifts the deepcopy of instructions in the transpiler to be at the input stage, rather than the output stage. This more closely matches our behaviour before the passmanager refactoring, but also has a performance benefit for circuits that require significant routing and is typically safer for transpiler passes. Output circuits are typically larger than input ones, so copy-in means less copying, and also makes the ownership model for tranpsiler passes clearer: a pass can assume the input operations are entirely owned by the circuit it receives, and that a pass must output a circuit that entirely owns its operations. (cherry picked from commit eca34781d) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
2 of 2 new or added lines in 1 file covered. (100.0%)
73877 of 85009 relevant lines covered (86.9%)
91404.15 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
3 |
90.66 |
0.0% | crates/qasm2/src/lex.rs |
6 |
97.6 |
0.46% | crates/qasm2/src/parse.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 6738455345.1 | 1261 |
86.9 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|