Skip to content

Remove add_state function of batches

Sebastian Ohlmann requested to merge remove_add_state into develop

Description

Calls to add_state from modules other than the batch module are removed. Now, we always deal with contiguous memory in batches and can simplify some logics of batch handling. Also, usage of one-time batches is now easier.

Checklist

Merge request reports