yjxiong / gkmeans

kmeans implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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


Languages

Language:C++ 90.2%Language:CMake 5.0%Language:Cuda 4.9%