You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were allocating 24x the number of streams of batches, where each
batch holds up to 12 samples.
By allowing `c.batches` to reallocate when needed, we avoid the need
to pre-allocate enough memory for all possible scenarios.
Signed-off-by: Bryan Boreham <[email protected]>
0 commit comments