numba / numba-rvsdg

Numba compatible RVSDG (Regionalized Value State Dependence Graph) utilities.
https://numba-rvsdg.readthedocs.io/
BSD 2-Clause "Simplified" License
18 stars 7 forks source link

Add tracing to simulator tests #30

Closed esc closed 1 year ago

esc commented 1 year ago

The simulator based tests now trace the SCFG, and ensure that all test cases will have visited all blocks in the SCFG. This can help during test authoring to ensure full test coverage.