StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
Loading...
Searching...
No Matches
Public Attributes | List of all members
stencil::Padded< T > Struct Template Reference

A container with padding to the next power of two. More...

#include <Helpers.hpp>

Public Attributes

value
 

Detailed Description

template<typename T>
struct stencil::Padded< T >

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.

Template Parameters
TThe contained type.

Member Data Documentation

◆ value

template<typename T >
T stencil::Padded< T >::value

The documentation for this struct was generated from the following file: