Andrea Gussoni 90892b2d85 Uniformed the benchmark parameters há 8 anos atrás
..
Makefile 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
README 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
cluster.c 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
getopt.c 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
getopt.h 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
kmeans.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
kmeans.cpp 10378d41f5 Added run script, fix for cpu kmeans benchmark há 8 anos atrás
kmeans.h 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
kmeans_clustering.c 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
read_input.c 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
rmse.c 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
run 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
run-cpu 90892b2d85 Uniformed the benchmark parameters há 8 anos atrás
unistd.h 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás

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"