StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
Loading...
Searching...
No Matches
Classes
stencil::tdv::single_pass::PrecomputeOnHostStrategy Struct Reference

A TDV implementation strategy that precomputes TDVs on the host. More...

#include <SinglePassStrategies.hpp>

Classes

class  GlobalState
 

Detailed Description

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.


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