|
cyqlone
develop
Fast, parallel and vectorized solver for linear systems with optimal control structure.
|
Storage for small values used in reductions and broadcasts.
Definition at line 68 of file barrier.hpp.
Public Member Functions | |
| template<class T> | |
| void | store (T t) noexcept |
| template<class T> | |
| T | load () const noexcept |
Public Attributes | |
| std::array< std::byte, cache_line_size > | payload |
Static Public Attributes | |
| template<class T> | |
| static constexpr bool | is_compatible |
|
inlinenoexcept |
Definition at line 71 of file barrier.hpp.
|
inlinenoexcept |
Definition at line 77 of file barrier.hpp.
| std::array<std::byte, cache_line_size> cyqlone::TreeBarrier< CompletionFn, PhaseType >::Storage::payload |
Definition at line 69 of file barrier.hpp.
|
staticconstexpr |
Definition at line 85 of file barrier.hpp.