Skip to content

jostien/GPUAVLTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Non-recursive AVL-Tree implementation for GPUs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages