cucapra/dahlia

Pass to mark variables are input/output only

Opened this issue · 0 comments

Some of the interface generation requires knowing whether an argument is input-only or output-only since the SDAccel host code needs to know that. We can probably initially be conservative and mark everything Read and Write but that might affect the performance numbers.