Andrea Gussoni 1056d3aaa2 Added run script for the secondary GPU 8 سال پیش
..
Makefile 1f1ceb7172 Initialized repo with Rodinia 3.1 8 سال پیش
README 1f1ceb7172 Initialized repo with Rodinia 3.1 8 سال پیش
nw.c 416b092239 Implemented device selection for nw 7 سال پیش
nw.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 سال پیش
run 1f1ceb7172 Initialized repo with Rodinia 3.1 8 سال پیش
run-cpu 416b092239 Implemented device selection for nw 7 سال پیش
run-gpu 416b092239 Implemented device selection for nw 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 سال پیش

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"