Andrea Gussoni 846e980370 Converted tabs to spaces and fixed indentation %!s(int64=8) %!d(string=hai) anos
..
Makefile 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
README 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
nw.c 846e980370 Converted tabs to spaces and fixed indentation %!s(int64=7) %!d(string=hai) anos
nw.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
run 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
run-cpu 7b343ecff0 Changed benchmark parameters for XU3 compatibility %!s(int64=7) %!d(string=hai) anos
run-gpu 7b343ecff0 Changed benchmark parameters for XU3 compatibility %!s(int64=7) %!d(string=hai) anos
run-gpu-primary 7b343ecff0 Changed benchmark parameters for XU3 compatibility %!s(int64=7) %!d(string=hai) anos
run-gpu-secondary 7b343ecff0 Changed benchmark parameters for XU3 compatibility %!s(int64=7) %!d(string=hai) anos

README

Note: This program generate two sequences randomly. Please specify your own sequences for different uses.
At the current stage, the program only supports two sequences with the same lengh, which can be divided by 16.
Usage: ./nw 2048 10 ./nw.cl
2048 //the length of the sequence
10 //penalty value
./nw.cl //ocl kernel file

******Adjustable work group size*****
RD_WG_SIZE_0 or RD_WG_SIZE_0_0

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