/gkmeans

kmeans implementation

Primary LanguageC++

#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