Andrea Gussoni 90892b2d85 Uniformed the benchmark parameters 8 tahun lalu
..
CLHelper.h 44d1e5e83f Added run script, fix for cpu cfd benchmark 8 tahun lalu
Kernels.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
Makefile 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
README 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
euler3d.cpp 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
run 1f1ceb7172 Initialized repo with Rodinia 3.1 8 tahun lalu
run-cpu 90892b2d85 Uniformed the benchmark parameters 8 tahun lalu
util.h f36be0a00d Fix for the cfd benchmark 8 tahun lalu

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"