|
Stratax
Scientific computing containers and operations
|
Variables | |
| constexpr std::size_t | default_alignment = 64 |
| Default alignment used by Stratax allocations. | |
| constexpr bool | bounds_checking = true |
| Enables or disables bounds checking in array operations. | |
| constexpr bool | use_simd = true |
| Controls whether SIMD code paths are enabled. | |
| constexpr bool | use_multithreading = false |
| Controls whether multithreaded code paths are enabled. | |
| constexpr bool | use_cuda = false |
| Controls whether CUDA code paths are enabled. | |
|
inlineconstexpr |
Enables or disables bounds checking in array operations.
Definition at line 11 of file Config.hpp.
|
inlineconstexpr |
Default alignment used by Stratax allocations.
Definition at line 8 of file Config.hpp.
|
inlineconstexpr |
Controls whether CUDA code paths are enabled.
Definition at line 20 of file Config.hpp.
|
inlineconstexpr |
Controls whether multithreaded code paths are enabled.
Definition at line 17 of file Config.hpp.
|
inlineconstexpr |
Controls whether SIMD code paths are enabled.
Definition at line 14 of file Config.hpp.