Andrea Gussoni 0ac7b7fc45 Modified some benchmarks parameters пре 8 година
..
CLHelper.h 13f6f39603 Implemented device selection for cfd пре 8 година
Kernels.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 пре 8 година
Makefile 1f1ceb7172 Initialized repo with Rodinia 3.1 пре 8 година
README 1f1ceb7172 Initialized repo with Rodinia 3.1 пре 8 година
euler3d.cpp 13f6f39603 Implemented device selection for cfd пре 8 година
run 1f1ceb7172 Initialized repo with Rodinia 3.1 пре 8 година
run-cpu 0ac7b7fc45 Modified some benchmarks parameters пре 8 година
run-gpu 0ac7b7fc45 Modified some benchmarks parameters пре 8 година
util.h f36be0a00d Fix for the cfd benchmark пре 8 година

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"