![]() |
StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
|
A TDV implementation strategy that inlines the TDV function into the transition function. More...
#include <SinglePassStrategies.hpp>
Classes | |
struct | GlobalState |
A TDV implementation strategy that inlines the TDV function into the transition function.
This is the simplest implementation of the TDV system: The TDV construction function is called every time the transition function is called; There is no precomputation done..
For FPGA-based backends, this means that the construction function is implemented within every processing element. This might be advantageous if the time-dependent value is very large and it's construction is very simple. However, one could then manually merge them into the transition function.