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

A loop unroll macro #9616

Closed
ViralBShah opened this issue Jan 5, 2015 · 2 comments
Closed

A loop unroll macro #9616

ViralBShah opened this issue Jan 5, 2015 · 2 comments

Comments

@ViralBShah
Copy link
Member

I wonder if it will be useful to have a loop unroll macro, which can force explicit unrolling of loops for certain things.

This came up in #8869. @StefanKarpinski implemented unrolling in #8786, which is easy enough to do, but nice to generalize for other cases.

@jakebolewski
Copy link
Member

Isn't this what @nexpr basically is?

@StephenVavasis
Copy link
Contributor

I have implemented an unroll macro; see my posting on the julia users newsgroup. -- Steve Vavasis

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

4 participants