mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
With this PR, we compute the later-stage witnesses per machine instead of globally. This has two advantages: - We're able to handle machines of different sizes - We can parallelize later-stage witness generation This affects the two backend that can deal with multiple machines in the first place: `Plonky3Backend` and `CompositeBackend`