Skip to content

yjxiong/gkmeans

Repository files navigation

#GKMeans

GPU-accelerated k-Means clustering

###Compile

git clone --recursive https://github.com/yjxiong/gkmeans
cd gkmeans
mkdir build && cd build
cmake ..
make -j

###Example See The KMeans Sample

Note This project uses row-major memory layout

About

kmeans implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors