 |
(git:419edc0)
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
8#ifndef DBM_HYPERPARAMS_H
9#define DBM_HYPERPARAMS_H
11#define DBM_OMP_SCHEDULE schedule(dynamic, 1)
13#define DBM_MEMPOOL_DEVICE 1
14#define DBM_MEMPOOL_HOST 1
16#define DBM_ALLOC_OFFLOAD 1
17#define DBM_ALLOC_OPENMP 1
18#define DBM_ALLOC_MPI 0
20#define DBM_OVERCOMMIT_DEVICE 1.3
21#define DBM_OVERCOMMIT_HOST 1.4
22#define DBM_HASHTABLE_FACTOR 3.0
24#define DBM_SHARDS_PER_THREAD 1.0
25#define DBM_MAX_BATCH_SIZE 30000
26#define DBM_BATCH_NUM_BUCKETS 1000