From 1a483a523222821a4f4af5e905ee9288d7166163 Mon Sep 17 00:00:00 2001 From: mallamanis Date: Thu, 1 Sep 2011 20:49:51 +0300 Subject: [PATCH] minor changes --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index c9aef77..deb8a54 100644 --- a/README +++ b/README @@ -1,3 +1,5 @@ A NVidia CUDA k-mean's implementation using the Thrust library. The implementation uses scatter-gather and prefix scans. -The project is quite old and a bit messy and needs some refactoring. +The project was developed as a part of the Parallel & Distributed Systems in Aristotle Univeristy of Thessloniki + +Unfortunately, it is quite old and a bit messy and needs some refactoring.