nengo-ocl
nengo-ocl copied to clipboard
Planning processes
Previously, all Processes were treated the same, even though different types of processes can't be planned together. This PR splits that up so that different process types are treated differently.
TODO: some process types can be planned together, e.g. subclasses of LinearFilter. Allow them to be done together.