ChrisCummins / visioncpp

Performance-portable GPU machine vision algorithms for Python
http://chriscummins.cc/visioncpp/
Other
2 stars 0 forks source link

Return data from expression tree through native interface #4

Closed ChrisCummins closed 7 years ago

ChrisCummins commented 7 years ago

Merging into #9, since we'll use out params, e.g.

void expr_tree(T* in1, T* in2, T* out) {
   // ...
}