spcl / open-earth-compiler

development repository for the open earth compiler
https://arxiv.org/abs/2005.13014
Other
72 stars 14 forks source link

Support any unroll factor #30

Closed muellch closed 3 years ago

muellch commented 4 years ago

At the moment the compiler returns an error if the loop bound is not a multiple of the unroll factor.

One solution is to use 'if's to resolve the special case.