cornell-zhang / heterocl

HeteroCL: A Multi-Paradigm Programming Infrastructure for Software-Defined Heterogeneous Computing
https://cornell-zhang.github.io/heterocl/
Apache License 2.0
322 stars 92 forks source link

unroll factor missing from loop annotations #79

Closed Blaok closed 5 years ago

Blaok commented 5 years ago

I am running test_soda.py and found that none of the loops contains any annotations. Without annotations I cannot pass the unroll factor down to the SODA backend. This used to be working. I was wondering what happened? Why is it (along with others) disabled in the tests?

seanlatias commented 5 years ago

I'm rewriting the scheduling functions. I can file a PR tomorrow so that you can work on.

Blaok commented 5 years ago

Got it. Thanks!

seanlatias commented 5 years ago

Please check #80.

Blaok commented 5 years ago

It works now. Thanks!