Andrea Gussoni bbb99cd6e6 Added run script, fix for cpu hybridsort benchmark 8 gadi atpakaļ
..
CLHelper.h bbb99cd6e6 Added run script, fix for cpu hybridsort benchmark 8 gadi atpakaļ
Makefile 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
README 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
bucketsort.c bbb99cd6e6 Added run script, fix for cpu hybridsort benchmark 8 gadi atpakaļ
bucketsort.h 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
bucketsort_kernels.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
histogram1024.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
hybridinput.txt 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
hybridoutput.txt 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
hybridsort.c 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
mergesort.c bbb99cd6e6 Added run script, fix for cpu hybridsort benchmark 8 gadi atpakaļ
mergesort.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
mergesort.h 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
run 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
run-cpu bbb99cd6e6 Added run script, fix for cpu hybridsort benchmark 8 gadi atpakaļ

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"