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
In the numba backend we allow inplacing of the inner sit-sot / oldest mit-sot when we know the buffer is only large enough to store the most recent taps. However when n_steps to a Scan is symbolic PyTensor doesn't figure this out. Note how on the second graph, the inner scan Composite doesn't destroy the input *0
Description
Follow up to #1281
In the numba backend we allow inplacing of the inner sit-sot / oldest mit-sot when we know the buffer is only large enough to store the most recent taps. However when
n_steps
to a Scan is symbolic PyTensor doesn't figure this out. Note how on the second graph, the inner scan Composite doesn't destroy the input*0
The text was updated successfully, but these errors were encountered: