StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
Loading...
Searching...
No Matches
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 1234567]
 Nstencil
 Nconcepts
 RTransitionFunctionA technical definition of a stencil transition function
 RGridAccessorAn accessor for a two-dimensional grid
 RGridA regular grid of cells
 RStencilUpdateA grid updater that repeatedly applies stencil updates to each cell
 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
 RLocalStateThe requirements for a pass-local TDV system state
 RKernelArgumentThe requirements for a TDV kernel argument
 RGlobalStateThe requirements for a TDV system's global state
 RStrategyRequirements for a TDV implementation strategy
 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