项目作者: rustamzh

项目描述 :
A course project of Introduction to Parallel Systems and GPU programming class
高级语言: Cuda
项目地址: git://github.com/rustamzh/cuda-kmeans.git
创建时间: 2017-02-11T15:52:04Z
项目社区:https://github.com/rustamzh/cuda-kmeans

开源协议:MIT License

下载


cuda-kmeans

A course project of Introduction to Parallel Systems and GPU programming class.

Aim

The aim of this project was to implement k-means clustering on CPU and parallelize it for GPU and GPU, using tiling. The implementations operate 4 dimensional data, clustering it in 4 clusters. The number of dimensions was chosen to fully demonstrate the advantages of GPU over CPU.

Theory and discussion are in the report3.docx