StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234567]
 Nstencil
 Ncpu
 CGridA grid class for the CPU backend
 CGridAccessorAn accessor for the grid
 CStencilUpdateA grid updater that applies an iterative stencil code to a grid
 CParamsParameters for the stencil updater
 Nmonotile
 CGridA grid class for the monotile architecture
 CGridAccessorAn accessor for the monotile grid
 CStencilUpdateA grid updater that applies an iterative stencil code to a grid
 CParamsParameters for the stencil updater
 CStencilUpdateKernelThe execution kernel of the monotile architecture
 Ntdv
 Nsingle_passImplementations of the TDV system for single-pass backends
 CInlineStrategyA TDV implementation strategy that inlines the TDV function into the transition function
 CGlobalState
 CKernelArgument
 CPrecomputeOnDeviceStrategyA TDV implementation strategy that precomputes TDVs on the device
 CGlobalState
 CKernelArgument
 CLocalState
 CPrecomputeOnHostStrategyA TDV implementation strategy that precomputes TDVs on the host
 CGlobalState
 CKernelArgument
 CLocalState
 Ntiling
 CGridA grid class for the tiling architecture
 CGridAccessorAn accessor for the monotile grid
 CStencilUpdateA grid updater that applies an iterative stencil code to a grid
 CParamsParameters for the stencil updater
 CStencilUpdateKernelA kernel that executes a stencil transition function on a tile
 CAccessorSubscriptA helper class to support the double-subscript idiom for GridAccessors
 CBaseTransitionFunctionBase class for transition functions that disables advanced features
 CGenericIDA generic, two-dimensional index
 CPaddedA container with padding to the next power of two
 CStencilThe stencil buffer