Andrea Gussoni 846e980370 Converted tabs to spaces and fixed indentation 7 سال پیش
..
CLHelper.h 846e980370 Converted tabs to spaces and fixed indentation 7 سال پیش
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 846e980370 Converted tabs to spaces and fixed indentation 7 سال پیش
run 1f1ceb7172 Initialized repo with Rodinia 3.1 8 سال پیش
run-cpu 0ac7b7fc45 Modified some benchmarks parameters 7 سال پیش
run-gpu 0ac7b7fc45 Modified some benchmarks parameters 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 سال پیش
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"