StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
Loading...
Searching...
No Matches
Classes | Namespaces
StencilUpdate.hpp File Reference
#include "../Concepts.hpp"
#include "../GenericID.hpp"
#include "../Helpers.hpp"
#include "../Index.hpp"
#include "../tdv/SinglePassStrategies.hpp"
#include "Grid.hpp"
#include <chrono>
#include <type_traits>
Include dependency graph for StencilUpdate.hpp:

Go to the source code of this file.

Classes

class  stencil::monotile::StencilUpdateKernel< TransFunc, TDVKernelArgument, n_processing_elements, max_grid_width, max_grid_height, in_pipe, out_pipe >
 The execution kernel of the monotile architecture. More...
 
class  stencil::monotile::StencilUpdate< F, n_processing_elements, max_grid_width, max_grid_height, TDVStrategy, word_size >
 A grid updater that applies an iterative stencil code to a grid. More...
 
struct  stencil::monotile::StencilUpdate< F, n_processing_elements, max_grid_width, max_grid_height, TDVStrategy, word_size >::Params
 Parameters for the stencil updater. More...
 

Namespaces

namespace  stencil
 
namespace  stencil::monotile