![]() |
StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
|
#include "../Concepts.hpp"
Go to the source code of this file.
Namespaces | |
namespace | stencil |
namespace | stencil::tdv |
namespace | stencil::tdv::single_pass |
Implementations of the TDV system for single-pass backends. | |
Concepts | |
concept | stencil::tdv::single_pass::LocalState |
The requirements for a pass-local TDV system state. | |
concept | stencil::tdv::single_pass::KernelArgument |
The requirements for a TDV kernel argument. | |
concept | stencil::tdv::single_pass::GlobalState |
The requirements for a TDV system's global state. | |
concept | stencil::tdv::single_pass::Strategy |
Requirements for a TDV implementation strategy. | |