Andrea Gussoni 846e980370 Converted tabs to spaces and fixed indentation 7 年之前
..
CLHelper.h 846e980370 Converted tabs to spaces and fixed indentation 7 年之前
Makefile 292b5a814e Restored optimization 7 年之前
README 1f1ceb7172 Initialized repo with Rodinia 3.1 8 年之前
bucketsort.c 846e980370 Converted tabs to spaces and fixed indentation 7 年之前
bucketsort.h 846e980370 Converted tabs to spaces and fixed indentation 7 年之前
bucketsort_kernels.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 年之前
histogram1024.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 年之前
hybridinput.txt 1f1ceb7172 Initialized repo with Rodinia 3.1 8 年之前
hybridoutput.txt 1f1ceb7172 Initialized repo with Rodinia 3.1 8 年之前
hybridsort.c 846e980370 Converted tabs to spaces and fixed indentation 7 年之前
mergesort.c 846e980370 Converted tabs to spaces and fixed indentation 7 年之前
mergesort.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 年之前
mergesort.h 846e980370 Converted tabs to spaces and fixed indentation 7 年之前
run 1f1ceb7172 Initialized repo with Rodinia 3.1 8 年之前
run-cpu cf82024bea Implemented device selection for hybridsort 7 年之前
run-gpu cf82024bea Implemented device selection for hybridsort 7 年之前
run-gpu-primary 1056d3aaa2 Added run script for the secondary GPU 7 年之前
run-gpu-secondary 1056d3aaa2 Added run script for the secondary GPU 7 年之前

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"