summaryrefslogtreecommitdiff
path: root/TRNS/baselines/gpu/README
diff options
context:
space:
mode:
Diffstat (limited to 'TRNS/baselines/gpu/README')
-rw-r--r--TRNS/baselines/gpu/README16
1 files changed, 16 insertions, 0 deletions
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.