Andrea Gussoni 1056d3aaa2 Added run script for the secondary GPU %!s(int64=8) %!d(string=hai) anos
..
CLHelper.h bbb99cd6e6 Added run script, fix for cpu hybridsort benchmark %!s(int64=8) %!d(string=hai) anos
Makefile 292b5a814e Restored optimization %!s(int64=8) %!d(string=hai) anos
README 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
bucketsort.c cf82024bea Implemented device selection for hybridsort %!s(int64=8) %!d(string=hai) anos
bucketsort.h cf82024bea Implemented device selection for hybridsort %!s(int64=8) %!d(string=hai) anos
bucketsort_kernels.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
histogram1024.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
hybridinput.txt 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
hybridoutput.txt 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
hybridsort.c cf82024bea Implemented device selection for hybridsort %!s(int64=8) %!d(string=hai) anos
mergesort.c cf82024bea Implemented device selection for hybridsort %!s(int64=8) %!d(string=hai) anos
mergesort.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
mergesort.h cf82024bea Implemented device selection for hybridsort %!s(int64=8) %!d(string=hai) anos
run 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
run-cpu cf82024bea Implemented device selection for hybridsort %!s(int64=8) %!d(string=hai) anos
run-gpu cf82024bea Implemented device selection for hybridsort %!s(int64=8) %!d(string=hai) anos
run-gpu-primary 1056d3aaa2 Added run script for the secondary GPU %!s(int64=8) %!d(string=hai) anos
run-gpu-secondary 1056d3aaa2 Added run script for the secondary GPU %!s(int64=8) %!d(string=hai) anos

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"