![]() |
StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
|
Go to the source code of this file.
Classes | |
struct | stencil::Padded< T > |
A container with padding to the next power of two. More... | |
Namespaces | |
namespace | stencil |
Functions | |
constexpr uindex_t | stencil::n_cells_to_n_words (uindex_t n_cells, uindex_t word_length) |
Compute the number of words necessary to store a given number of cells. | |
template<typename T > | |
struct stencil::Padded | stencil::__attribute__ ((aligned(std::bit_ceil(sizeof(T))))) |
Variables | |
T | value |
T value |