Skip to content

Rewrite suitable Scans as Elemwise ScalarLoops #301

Open
@ricardoV94

Description

@ricardoV94

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions