Skip to content

StencilStream Version 2.0.1

Compare
Choose a tag to compare
@JOOpdenhoevel JOOpdenhoevel released this 13 Aug 12:26
· 544 commits to master since this release

We are very exited to bring you the new version 2.0.1 of StencilStream, the Generic Stencil Simulation Library for FPGAs!

This version brings some minor improvements and bug fixes that were requested by users:

  • Bugfix: Evaluating the correct number of generations when the requested number of generations is not a multiple of the pipeline length.
  • Bugfix: Allowing cell sizes that are not a divisor of the flush size.
  • New API: The method RuntimeSample::get_mean_speed returns the number of pipeline passes per second.
  • New API: The attribute Stencil::grid_range contains the range of the grid.

In addition to that, the FDTD example has been rewritten to produce more useful and correct data.