Skip to content

Version 2.21.00

Compare
Choose a tag to compare
@chuckyount chuckyount released this 19 Apr 15:26
· 841 commits to master since this release
a665ebe

Most significant bits:

  • Added APIs for creating finite-difference coefficients. Center, forward, backward and arbitrary forms are supported. These can be accessed from the YASK compiler or kernel. See the documentation under Functions in the Common Utilities section of the API guide. See example usage in src/stencils/Iso3dfdStencil.cpp. Thanks to Jeremy Tillay for contributing the coefficient-calculation code when he was an MS student at Rice University.
  • Improved the performance of permute instruction sequences in generated AVX2 code.