microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

Split up utils.py, moving compilation to a new file #903

Closed dcrc2 closed 3 years ago

dcrc2 commented 3 years ago

utils.py is getting quite large, and is prone to creating circular dependencies. It currently contains

This PR splits off the latter into a separate file.