Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 328 Bytes

#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