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.
Uh oh!
There was an error while loading. Please reload this page.
Description
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.
See #283
The text was updated successfully, but these errors were encountered: