https://github.com/rkv0id/parallel-kmeans
Some gists of k-means algorithm parallelization in MPI, OpenMP & TBB.
https://github.com/rkv0id/parallel-kmeans
Last synced: 4 months ago
JSON representation
Some gists of k-means algorithm parallelization in MPI, OpenMP & TBB.
- Host: GitHub
- URL: https://github.com/rkv0id/parallel-kmeans
- Owner: rkv0id
- Created: 2020-12-06T12:48:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T00:47:05.000Z (over 4 years ago)
- Last Synced: 2025-01-03T12:30:05.885Z (5 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parallel-kmeans
Some gists of k-means algorithm parallelization in MPI, OpenMP & TBB.
Each library is used to parallelize the algorithm in a different manner for a more diverse benchmarking.### TODO:
- [ ] Restructurize repo's into a more *project-like* hierarchy
- [ ] Add CMake building directives *(or just a simple makefile may do it too)*
- [ ] Push benchmarking plots
- [ ] Update README.md file for repo changes