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

[Docs] Add tutorial for backend code gen and vhls csim #110

Closed seanlatias closed 5 years ago

seanlatias commented 5 years ago

Link to the tutorial: http://heterocl.csl.cornell.edu/doc/tutorials/tutorial_08_backend.html

Fixed a minor bug in codegen.

@comaniac, does Merlin C support array partitioning? If so, we also need to update the codegen for Merlin C since now we have the scheduling function.

comaniac commented 5 years ago

Merlin does not support user customized array partitioning. It infers the proper partition factor according to unroll and parallel factors.

seanlatias commented 5 years ago

Merlin does not support user customized array partitioning. It infers the proper partition factor according to unroll and parallel factors.

OK.