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 --- TRNS/baselines/gpu/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 TRNS/baselines/gpu/README (limited to 'TRNS/baselines/gpu/README') diff --git a/TRNS/baselines/gpu/README b/TRNS/baselines/gpu/README new file mode 100644 index 0000000..c36ee77 --- /dev/null +++ b/TRNS/baselines/gpu/README @@ -0,0 +1,16 @@ +In-place matrix transposition (TRNS) + +Compilation instructions + + make + +Execution instructions + + ./trns -w 0 -r 1 -m 16 -n 8 -o 4096 -p 2556 -i 64 + +For more options + + ./trns -h + +Read more +J. Gomez-Luna et al., “In-place Matrix Transposition on GPUs,” IEEE TPDS, 2016. -- cgit v1.2.3