|
Grid 0.7.0
|
#include <Grid/GridCore.h>Go to the source code of this file.
Functions | |
| NAMESPACE_BEGIN (Grid) | |
| void | DslashResetCounts (void) |
| void | DslashGetCounts (uint64_t &dirichlet, uint64_t &partial, uint64_t &full) |
| void | DslashLogFull (void) |
| void | DslashLogDirichlet (void) |
| void | Gather_plane_table_compute (GridBase *grid, int dimension, int plane, int cbmask, int off, std::vector< std::pair< int, int > > &table) |
| NAMESPACE_END (Grid) | |
Variables | |
| uint64_t | DslashFullCount |
| uint64_t | DslashDirichletCount |
| NAMESPACE_BEGIN | ( | Grid | ) |
| 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 DslashLogDirichlet | ( | void | ) |
Definition at line 50 of file Stencil.cc.
References DslashDirichletCount.
Referenced by CartesianStencil< SiteSpinor, SiteSpinor, ImplParams >::CommunicateComplete().
| 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().
| NAMESPACE_END | ( | Grid | ) |
| uint64_t DslashFullCount |
Definition at line 32 of file Stencil.cc.
Referenced by DslashGetCounts(), DslashLogFull(), and DslashResetCounts().
| uint64_t DslashDirichletCount |
Definition at line 34 of file Stencil.cc.
Referenced by DslashGetCounts(), DslashLogDirichlet(), and DslashResetCounts().