 |
(git:d18deda)
|
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_HASHTABLE_FACTOR 3.0
21#define DBM_ALLOCATION_FACTOR 1.5
22#define DBM_SHARDS_PER_THREAD 1.0
23#define DBM_MAX_BATCH_SIZE 30000
24#define DBM_BATCH_NUM_BUCKETS 1000