Skip to content
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

Encoders: unroll inner loops #61

Closed
aklomp opened this issue Nov 27, 2019 · 0 comments
Closed

Encoders: unroll inner loops #61

aklomp opened this issue Nov 27, 2019 · 0 comments
Assignees
Milestone

Comments

@aklomp
Copy link
Owner

aklomp commented Nov 27, 2019

The transformation of encoder kernels to inline functions (#58) allows us to move the inner encoding loop into separate inline functions.

Because the number of remaining loop iterations is known, we can split calls to the inner loop into long unrolled stretches. Tests show that this can result in a significant speedup.

@aklomp aklomp self-assigned this Nov 27, 2019
aklomp added a commit that referenced this issue Nov 28, 2019
The transformation of encoder kernels to inline functions (#58) allows
us to move the inner encoding loop into separate inline functions.

Because the number of remaining loop iterations is known, we can split
calls to the inner loop into long unrolled stretches. Tests show that
this can result in significant speedups.
@aklomp aklomp closed this as completed Nov 29, 2019
@aklomp aklomp changed the title Encoders: unroll loops Encoders: unroll inner loops Nov 29, 2019
@aklomp aklomp added this to the v0.5.0 milestone Jun 6, 2022
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