diff options
Diffstat (limited to 'SEL/baselines/gpu/README')
-rw-r--r-- | SEL/baselines/gpu/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/SEL/baselines/gpu/README b/SEL/baselines/gpu/README new file mode 100644 index 0000000..e0e9a3e --- /dev/null +++ b/SEL/baselines/gpu/README @@ -0,0 +1,21 @@ +Select (SEL) + +Compilation instructions + + make + +Execution instructions + + ./select 0 50 1258291200 + +Compilation flags + + FLOAT - For single precision arrays (Default: Double precision) + INT - For integer arrays (Note: Sample predicate is only for INT) + 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. + |