• Docs >
  • Ripple API >
  • Template Function ripple::memcopy_padding(const SrcBlock&, DstBlock&, CopySpecifierX<SrcLocation>, CopySpecifierX<DstLocation>)
Shortcuts

Template Function ripple::memcopy_padding(const SrcBlock&, DstBlock&, CopySpecifierX<SrcLocation>, CopySpecifierX<DstLocation>)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “ripple::memcopy_padding” with arguments ((const SrcBlock&, DstBlock&, CopySpecifierX<SrcLocation>, CopySpecifierX<DstLocation>)) in doxygen xml output for project “Ripple” from directory: /home/hiccup/Catalyst/ripple/build/docs/docs/doxygen/xml. Potential matches:

- template<typename SrcBlock, typename DstBlock, FaceLocation SrcLocation, FaceLocation DstLocation, block_1d_enable_t<SrcBlock> = 0> auto memcopy_padding(const SrcBlock &src_block, DstBlock &dst_block, CopySpecifierX<SrcLocation> src_specifier, CopySpecifierX<DstLocation> dst_specifier) -> void
- template<typename SrcBlock, typename DstBlock, size_t Dim, FaceLocation SrcLocation, FaceLocation DstLocation, Mapping SrcMapping, Mapping DstMapping, block_2d_enable_t<SrcBlock> = 0> auto memcopy_padding(const SrcBlock &src_block, DstBlock &dst_block, CopySpecifier<Dim, SrcLocation, SrcMapping> src_specifier, CopySpecifier<Dim, DstLocation, DstMapping> dst_specifier, GpuStream stream = 0) -> void

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples