Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 320 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 320 Bytes

GPUAVLTree - Imperative AVL-Tree implementation for GPUs

Simple version

Compile test.c via

gcc -o test test.c

GPU version

Code from code.c can be put into kernel.cl.

Recursive verion

For more information about recursive AVL-Tree implementation, see this.