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

[API] Fix hcl.assert for user defined functions #392

Closed ezw2 closed 3 years ago

ezw2 commented 3 years ago

This PR modifies hcl assert so that it works properly when users define an hcl function from a Python function.