cornell-zhang / heterocl

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

[MerlinC] Supprt digitrec/smith_waterman/fft #20

Closed comaniac closed 6 years ago

comaniac commented 6 years ago

Note that the way I reorged samples is making a duplication for Merlin backend, but most of them, especially the HeteroCL kernel part, should not be duplicated. You're welcome to change the structure later on.

comaniac commented 6 years ago

hmm...it turns out that the way I set up the unit test was not the pytest style. I'll fix it soon.