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

Cannot unroll strided loop #277

Open
tissue3 opened this issue Nov 14, 2019 · 0 comments
Open

Cannot unroll strided loop #277

tissue3 opened this issue Nov 14, 2019 · 0 comments

Comments

@tissue3
Copy link
Contributor

tissue3 commented Nov 14, 2019

Stride loop can be achieve with suffix, but it is fake. If one wants to unroll that loop, it is not going to work (because of view).
In the example of stencil3d, we actually might want to access org[i] and org[i+2] and do this to all three dimensions of matrix org, but we cannot create unroll the loop at all...
https://github.com/cucapra/fuse-benchmarks-sdaccel/blob/master/experiments/dahlia-dse/machsuite-stencil-stencil3d-inner/stencil.fuse

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