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

HLS C doesn't have runtime, return kernel code #121

Closed jwshang closed 5 years ago

jwshang commented 5 years ago

When I use heterocl, I meet a problem:

HLS C doesn't have runtime, return kernel code

How should I do to solve the problem.

Thanks!