Andrea Gussoni 0c1775db38 Added run script for the secondary GPU 8 жил өмнө
..
README 1f1ceb7172 Initialized repo with Rodinia 3.1 8 жил өмнө
lud.cpp 1a01c27af0 Implemented device selection for lud 8 жил өмнө
lud_kernel.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 жил өмнө
makefile 1f1ceb7172 Initialized repo with Rodinia 3.1 8 жил өмнө
run 1f1ceb7172 Initialized repo with Rodinia 3.1 8 жил өмнө
run-cpu 1a01c27af0 Implemented device selection for lud 8 жил өмнө
run-gpu 1a01c27af0 Implemented device selection for lud 8 жил өмнө
run-gpu-primary 0c1775db38 Added run script for the secondary GPU 8 жил өмнө
run-gpu-secondary 0c1775db38 Added run script for the secondary GPU 8 жил өмнө

README

The dimension of input matrix should be multiple size of block size.

******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"