(git:b77b4be)
Loading...
Searching...
No Matches
dbm_hyperparams.h File Reference

Go to the source code of this file.

Macros

#define DBM_OMP_SCHEDULE   schedule(dynamic, 1)
 
#define DBM_MEMPOOL_DEVICE   1
 
#define DBM_MEMPOOL_HOST   1
 
#define DBM_ALLOC_OFFLOAD   1
 
#define DBM_ALLOC_OPENMP   1
 
#define DBM_ALLOC_MPI   0
 
#define DBM_HASHTABLE_FACTOR   3.0
 
#define DBM_ALLOCATION_FACTOR   1.5
 
#define DBM_SHARDS_PER_THREAD   1.0
 
#define DBM_MAX_BATCH_SIZE   30000
 
#define DBM_BATCH_NUM_BUCKETS   1000
 

Macro Definition Documentation

◆ DBM_OMP_SCHEDULE

#define DBM_OMP_SCHEDULE   schedule(dynamic, 1)

Definition at line 11 of file dbm_hyperparams.h.

◆ DBM_MEMPOOL_DEVICE

#define DBM_MEMPOOL_DEVICE   1

Definition at line 13 of file dbm_hyperparams.h.

◆ DBM_MEMPOOL_HOST

#define DBM_MEMPOOL_HOST   1

Definition at line 14 of file dbm_hyperparams.h.

◆ DBM_ALLOC_OFFLOAD

#define DBM_ALLOC_OFFLOAD   1

Definition at line 16 of file dbm_hyperparams.h.

◆ DBM_ALLOC_OPENMP

#define DBM_ALLOC_OPENMP   1

Definition at line 17 of file dbm_hyperparams.h.

◆ DBM_ALLOC_MPI

#define DBM_ALLOC_MPI   0

Definition at line 18 of file dbm_hyperparams.h.

◆ DBM_HASHTABLE_FACTOR

#define DBM_HASHTABLE_FACTOR   3.0

Definition at line 20 of file dbm_hyperparams.h.

◆ DBM_ALLOCATION_FACTOR

#define DBM_ALLOCATION_FACTOR   1.5

Definition at line 21 of file dbm_hyperparams.h.

◆ DBM_SHARDS_PER_THREAD

#define DBM_SHARDS_PER_THREAD   1.0

Definition at line 22 of file dbm_hyperparams.h.

◆ DBM_MAX_BATCH_SIZE

#define DBM_MAX_BATCH_SIZE   30000

Definition at line 23 of file dbm_hyperparams.h.

◆ DBM_BATCH_NUM_BUCKETS

#define DBM_BATCH_NUM_BUCKETS   1000

Definition at line 24 of file dbm_hyperparams.h.