summaryrefslogtreecommitdiff
path: root/UNI/baselines/gpu/README
diff options
context:
space:
mode:
Diffstat (limited to 'UNI/baselines/gpu/README')
-rw-r--r--UNI/baselines/gpu/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/UNI/baselines/gpu/README b/UNI/baselines/gpu/README
new file mode 100644
index 0000000..bee7280
--- /dev/null
+++ b/UNI/baselines/gpu/README
@@ -0,0 +1,20 @@
+Unique (UNI)
+
+Compilation instructions
+
+ make
+
+Execution instructions
+
+ ./unique 0 50 1258291200
+
+Compilation flags
+
+ FLOAT - For single precision arrays (Default: Double precision)
+ INT - For integer arrays
+ THREADS - Thread block size (Default: 1024)
+ COARSENING - Coarsening factor (Default: 16 (SP and INT); 8 (DP))
+ ATOMIC - Global atomics for synchronization (Default: No atomics)
+
+Read more
+J. Gomez-Luna et al., “In-place Data Sliding Algorithms for Many-core Architectures,” ICPP 2015.