Skip to content

Tile type for buffer primitive.

Edwin Carlinet requested to merge development/tile_functions into next

New type mln::bp::Tile2D<T> and mln::bp::Tile2DView<T> used for buffer primitives.

New accelerated buffer primitives:

  • mln::bp::fill: Fill a 2D buffer
  • mln::bp::copy: Copy a 2D buffer into another
  • mln::bp::swap: Swap two buffer contents
  • mln::bp::transform and mln::bp::apply: Apply a function (inplace or out-of-place) on a (2D) buffer.

Merge request reports