StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
Helpers.hpp File Reference
#include "Index.hpp"
#include <numeric>
Include dependency graph for Helpers.hpp:
This graph shows which files directly or indirectly include this file:

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

value
 

Variable Documentation

◆ value

T value