![]() |
StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
|
A container with padding to the next power of two. More...
#include <Helpers.hpp>
Public Attributes | |
T | value |
A container with padding to the next power of two.
Wrapping a type in this template ensures that the resulting size is a power of two.
T | The contained type. |
T stencil::Padded< T >::value |