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

[Schedule][Refactor] implement the split schedule as a pass that mutates the stmt #76

Closed Huyuwei closed 5 years ago

Huyuwei commented 5 years ago

We decide to implement each schedule as a pass that mutates the stmt. This PR does this for the split schedule.