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
Scans that are composed exclusively of Elemwise Operations and where only the last state is needed could be rewritten as ScalarLoops, which are potentially faster, specially in the C backend.
Taps would have to be rolled manually as separate inputs and outputs.