|
Grid 0.7.0
|
Go to the source code of this file.
Macros | |
| #define | STENCIL_MAX |
Functions | |
| NAMESPACE_BEGIN (Grid) | |
| void | Gather_plane_table_compute (GridBase *grid, int dimension, int plane, int cbmask, int off, std::vector< std::pair< int, int > > &table) |
| void | DslashResetCounts (void) |
| void | DslashGetCounts (uint64_t &dirichlet, uint64_t &partial, uint64_t &full) |
| void | DslashLogFull (void) |
| void | DslashLogPartial (void) |
| void | DslashLogDirichlet (void) |
| NAMESPACE_END (Grid) | |
| NAMESPACE_BEGIN | ( | Grid | ) |
| void Gather_plane_table_compute | ( | GridBase * | grid, |
| int | dimension, | ||
| int | plane, | ||
| int | cbmask, | ||
| int | off, | ||
| std::vector< std::pair< int, int > > & | table ) |
Definition at line 54 of file Stencil.cc.
References GridBase::_ostride, GridBase::_rdimensions, GridBase::_slice_block, GridBase::_slice_nblock, GridBase::_slice_stride, GridBase::CheckerBoarded(), and GridBase::CheckerBoardFromOindexTable().
Referenced by CartesianStencil< SiteSpinor, SiteSpinor, ImplParams >::Gather(), and CartesianStencil< SiteSpinor, SiteSpinor, ImplParams >::GatherSimd().
| void DslashResetCounts | ( | void | ) |
Definition at line 36 of file Stencil.cc.
References DslashDirichletCount, and DslashFullCount.
| void DslashGetCounts | ( | uint64_t & | dirichlet, |
| uint64_t & | partial, | ||
| uint64_t & | full ) |
Definition at line 42 of file Stencil.cc.
References DslashDirichletCount, and DslashFullCount.
Referenced by Integrator< Implementation, S, RepresentationsPolicy >::print_timer().
| void DslashLogFull | ( | void | ) |
Definition at line 48 of file Stencil.cc.
References DslashFullCount.
Referenced by CartesianStencil< SiteSpinor, SiteSpinor, ImplParams >::CommunicateComplete().
| void DslashLogPartial | ( | void | ) |
| void DslashLogDirichlet | ( | void | ) |
Definition at line 50 of file Stencil.cc.
References DslashDirichletCount.
Referenced by CartesianStencil< SiteSpinor, SiteSpinor, ImplParams >::CommunicateComplete().
| NAMESPACE_END | ( | Grid | ) |