stanford-ppl/Delite

Op external library gen bug

asujeeth opened this issue · 1 comments

OpExternal fails to generate the library method if the external op is not top-level (i.e., if it is only invoked from within another kernel). This is obviously not the desired behavior.

This was fixed quite a while back (commit afe1f70).