develop_incompleteTreeGPU_baseline #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "k.dobrzycki:develop_incompleteTreeGPU_baseline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Incomplete octree on the GPU.
The incomplete octree specialisation for GPU is templated on a strategy type parameter, allowing the specialisation to be used with different incomplete tree implementations. The storage is necessarily compact, segmented by tree levels.
A baseline strategy is given: binary search segmented by levels.
The GPU tree has a different interface to the CPU tree - see class methods (
sfcToLocal
, etc)Kernels for strategy functions required by the GPU tree specialisation are also provided.
Things to improve:
Pull request closed