Andrea Gussoni 0ac7b7fc45 Modified some benchmarks parameters %!s(int64=8) %!d(string=hai) anos
..
CLHelper.h 13f6f39603 Implemented device selection for cfd %!s(int64=8) %!d(string=hai) anos
Kernels.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
Makefile 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
README 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
euler3d.cpp 13f6f39603 Implemented device selection for cfd %!s(int64=8) %!d(string=hai) anos
run 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
run-cpu 0ac7b7fc45 Modified some benchmarks parameters %!s(int64=8) %!d(string=hai) anos
run-gpu 0ac7b7fc45 Modified some benchmarks parameters %!s(int64=8) %!d(string=hai) anos
util.h f36be0a00d Fix for the cfd benchmark %!s(int64=8) %!d(string=hai) anos

README

******Adjustable work group size*****
RD_WG_SIZE for all
RD_WG_SIZE_1 or RD_WG_SIZE_1_0 for initialize_variables
RD_WG_SIZE_2 or RD_WG_SIZE_2_0 for compute_step_factor
RD_WG_SIZE_3 or RD_WG_SIZE_3_0 for compute_flux
RD_WG_SIZE_4 or RD_WG_SIZE_4_0 for time_step

USAGE:
make clean
make KERNEL_DIM="-DRD_WG_SIZE_1=128 -DRD_WG_SIZE_2=192 -DRD_WG_SIZE_3=128 -DRD_WG_SIZE_4=256"