From 3de4b495fb176eba9a0eb517a4ce05903cb67acb Mon Sep 17 00:00:00 2001 From: Juan Gomez Luna Date: Wed, 16 Jun 2021 19:46:05 +0200 Subject: PrIM -- first commit --- NW/baselines/gpu/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 NW/baselines/gpu/README (limited to 'NW/baselines/gpu/README') diff --git a/NW/baselines/gpu/README b/NW/baselines/gpu/README new file mode 100644 index 0000000..00d3695 --- /dev/null +++ b/NW/baselines/gpu/README @@ -0,0 +1,23 @@ +Needleman-Wunsch (NW) + +Compilation instructions + + make + +Execution instructions + + ./needle 46080 10 + + +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: needle 32 10 + 32 //the length of both sequences + 10 //penalty value + +******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" -- cgit v1.2.3