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

Store(Dump) internal nodes and leaf nodes separately #68

Closed JinwoongKim closed 8 years ago

JinwoongKim commented 8 years ago

Internal nodes are laid out in AOS fashion and leaf nodes are laid out in SOA fashion in either CPU or GPU memory

Sometimes, hybrid index can use the index_file made by bvh tree

JinwoongKim commented 8 years ago

Done