Andrea Gussoni 90892b2d85 Uniformed the benchmark parameters il y a 8 ans
..
README 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
lud.cpp d3c46b7617 Added run script, fix for cpu lud benchmark il y a 8 ans
lud_kernel.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
makefile 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
run 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
run-cpu 90892b2d85 Uniformed the benchmark parameters il y a 8 ans

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"