Configuration elements contained in this group affect all backends.
More...
Configuration elements contained in this group affect all backends.
◆ big_memory()
static constexpr size_t big_memory |
( |
| ) |
|
|
inlinestaticconstexpr |
- Returns
- What is considered a lot of memory, in 2-log of bytes.
◆ defaultAllocMode()
Defines how private memory regions are allocated.
- Returns
- how a memory region that will not be accessed by threads other than the allocating thread, should be allocated.
◆ inner()
static constexpr size_t inner |
( |
| ) |
|
|
inlinestaticconstexpr |
- Returns
- The default number of inner repetitions.
◆ l1_cache_size()
static constexpr size_t l1_cache_size |
( |
| ) |
|
|
inlinestaticconstexpr |
- Returns
- the private L1 data cache size, in bytes.
◆ outer()
static constexpr size_t outer |
( |
| ) |
|
|
inlinestaticconstexpr |
- Returns
- The default number of outer repetitions.
◆ sharedAllocMode()
Defines how shared memory regions are allocated.
- Returns
- how a memory region that may be accessed by thread other than the allocating thread, should be allocated.