![]() |
StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
|
A TDV implementation strategy that precomputes TDVs on the host. More...
#include <SinglePassStrategies.hpp>
Classes | |
class | GlobalState |
A TDV implementation strategy that precomputes TDVs on the host.
This strategy will compute all time-dependent values on the host and store them in a global memory buffer. Prior to execution, the execution kernel will then load the required values into a local array using a dedicated for-loop. Depending on how big the TDV is and in which way it is used by the transition function, the local state may be implemented in registers or with on-chip memory.