JinwoongKim / Massively-Parallel-Query-Processing-on-Heterogeneous-Architecture

Homepage
http://jinwoongkim.github.io/Massively-Parallel-Query-Processing-on-Heterogeneous-Architecture/
1 stars 2 forks source link

Code duplication in tree.cpp #39

Open JinwoongKim opened 8 years ago

JinwoongKim commented 8 years ago

Both bottom-up construction codes in CPU and GPU are duplicated.

Above codes need to be optimized by Macro functions or GetMBB().

JinwoongKim commented 8 years ago

Also thread function.