Andrea Gussoni 846e980370 Converted tabs to spaces and fixed indentation il y a 8 ans
..
Makefile 292b5a814e Restored optimization il y a 7 ans
README 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
cluster.c 846e980370 Converted tabs to spaces and fixed indentation il y a 7 ans
getopt.c 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
getopt.h 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
kmeans.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
kmeans.cpp 846e980370 Converted tabs to spaces and fixed indentation il y a 7 ans
kmeans.h 846e980370 Converted tabs to spaces and fixed indentation il y a 7 ans
kmeans_clustering.c 846e980370 Converted tabs to spaces and fixed indentation il y a 7 ans
read_input.c 846e980370 Converted tabs to spaces and fixed indentation il y a 7 ans
rmse.c 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
run 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
run-cpu a9ef5b8ea8 Implemented device selection for kmeans il y a 7 ans
run-gpu a9ef5b8ea8 Implemented device selection for kmeans il y a 7 ans
run-gpu-primary 1056d3aaa2 Added run script for the secondary GPU il y a 7 ans
run-gpu-secondary 1056d3aaa2 Added run script for the secondary GPU il y a 7 ans
unistd.h 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans

README

NOTE: The current Kmeans implementation doesn't use texture/constant memories, and is different from the CUDA implementation.

******Adjustable work group size*****
RD_WG_SIZE_0 or RD_WG_SIZE_0_0 for kernel_swap
RD_WG_SIZE_1 or RD_WG_SIZE_1_0 for kernel_kmeans

USAGE:
make clean
make KERNEL_DIM="-DRD_WG_SIZE_0=128 -DRD_WG_SIZE_1=512"