 |
(git:97501a3)
|
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_ALLOC_OPENMP 1
14#define DBM_ALLOC_MPI 0
16#define DBM_OVERCOMMIT_DEVICE 1.3
17#define DBM_OVERCOMMIT_HOST 1.4
18#define DBM_HASHTABLE_FACTOR 3.0
20#define DBM_SHARDS_PER_THREAD 1.0
21#define DBM_MAX_BATCH_SIZE 30000
22#define DBM_BATCH_NUM_BUCKETS 1000