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

Interleaved unrolling #41

Open
muellch opened this issue Aug 31, 2020 · 0 comments
Open

Interleaved unrolling #41

muellch opened this issue Aug 31, 2020 · 0 comments

Comments

@muellch
Copy link
Collaborator

muellch commented Aug 31, 2020

Given 3 instructions in the body of a stencil apply:

1
2
3

The current unrolling strategy copies the three instructions as a block, as follows:

1
2
3
1
2
3

Interleaved unrolling on the other hand would be:

1
1
2
2
3
3

There are possibly both. positive and negative, performance impacts that come with this change, so we should implement it and measure.

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

No branches or pull requests

1 participant