Skip to content

Rewrite suitable Scans as Elemwise ScalarLoops #301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ricardoV94 opened this issue May 14, 2023 · 0 comments
Open

Rewrite suitable Scans as Elemwise ScalarLoops #301

ricardoV94 opened this issue May 14, 2023 · 0 comments

Comments

@ricardoV94
Copy link
Member

ricardoV94 commented May 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant