mirror of
https://github.com/circify/circ.git
synced 2026-04-21 03:00:54 -04:00
Initial commit for support function abstractions. `Computations` are maps of function names `str` to computation `Computation`. Updates: - Frontend `Gen` returns `Computations` with only a single main `Computation`. - Optimizations take in `Computations` instead of a single `Computation`. Optimizations are applied to each `Computation`. - Backends take in only the main `Computation`.