![]() |
StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
|
An accessor for the grid. More...
#include <Grid.hpp>
Public Member Functions | |
GridAccessor (Grid &grid) | |
Create a new accessor to the given grid. | |
An accessor for the grid.
Instances of this class provide access to a grid, so that host code can read and write the contents of a grid. As such, it fullfils the GridAccessor concept.
access_mode | The access mode for the accessor. |
|
inline |
Create a new accessor to the given grid.