Andrea Gussoni 846e980370 Converted tabs to spaces and fixed indentation před 8 roky
..
Makefile 1f1ceb7172 Initialized repo with Rodinia 3.1 před 8 roky
OpenCL_helper_library.c 846e980370 Converted tabs to spaces and fixed indentation před 7 roky
OpenCL_helper_library.h 1f1ceb7172 Initialized repo with Rodinia 3.1 před 8 roky
README 1f1ceb7172 Initialized repo with Rodinia 3.1 před 8 roky
hotspot.c 846e980370 Converted tabs to spaces and fixed indentation před 7 roky
hotspot.h 846e980370 Converted tabs to spaces and fixed indentation před 7 roky
hotspot_kernel.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 před 8 roky
run 1f1ceb7172 Initialized repo with Rodinia 3.1 před 8 roky
run-cpu 8354e71ca0 Implemented device selection for hotspot před 7 roky
run-gpu 8354e71ca0 Implemented device selection for hotspot před 7 roky
run-gpu-primary 1056d3aaa2 Added run script for the secondary GPU před 7 roky
run-gpu-secondary 1056d3aaa2 Added run script for the secondary GPU před 7 roky

README

******Adjustable work group size*****
The kernel has square shape
RD_WG_SIZE_0 or RD_WG_SIZE_0_0 describe one dimension
The actually dimension = RD_WG_SIZE_0 * RD_WG_SIZE_0

USAGE:
make clean
make KERNEL_DIM="-DRD_WG_SIZE_0=16"