ratt-ru / bullseye

A GPU-based facet imager
GNU General Public License v2.0
1 stars 1 forks source link

Rewrite baseline reordering code in C++ #45

Closed bennahugo closed 9 years ago

bennahugo commented 9 years ago

Will add the reordering code necessary to do Romein's work distribution strategy directly in GPU backend library. Python code was just a temporary placeholder, but it is proving to be the major bottleneck to the whole gpu pipeline. Reindexing loop and prefix scan has to be written in C++