Andrea Gussoni d43a2084bc Added run script, fix for gpu for hybridsort benchmark há 8 anos atrás
..
CLHelper.h 1f1ceb7172 Initialized repo with Rodinia 3.1 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
bucketsort.c d43a2084bc Added run script, fix for gpu for hybridsort benchmark há 8 anos atrás
bucketsort.h 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
bucketsort_kernels.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
histogram1024.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
hybridinput.txt 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
hybridoutput.txt 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
hybridsort.c 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
mergesort.c d43a2084bc Added run script, fix for gpu for hybridsort benchmark há 8 anos atrás
mergesort.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 há 8 anos atrás
mergesort.h 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-gpu d43a2084bc Added run script, fix for gpu for hybridsort benchmark há 8 anos atrás

README

USAGE:
make clean
make OUTPUT=Y VERIFY=Y TIMER=Y
make HISTO_WG_SIZE_0="-DHISTO_WG_SIZE_0=96"
make BUCKET_WG_SIZE_0="-DBUCKET_WG_SIZE_0=128"
make BUCKET_WG_SIZE_1="-DBUCKET_WG_SIZE_1=32"
make MERGE_WG_SIZE_0="-DMERGE_WG_SIZE_0=256"
make MERGE_WG_SIZE_1="-DMERGE_WG_SIZE_1=208"


Random Input of 4194304 floats:
./hybridsort r

Specified Input:
./hybridsort "text file name here"