Skip to content

Threading Improvements, Double Precision Support

Latest
Compare
Choose a tag to compare
@skailasa skailasa released this 27 Jul 15:50
· 10 commits to master since this release
74e38f6

Upgrade Steps

Breaking Changes

  • Breaking change in API as user specifies precision
  • This leads to function handles accepting configured arguments in Numba functions, and updates to tests to reflect this
  • Breaking change in configuration of the threading layer to use an OpenMP backend as default on Linux

New Features

  • Double precision support

Bug Fixes

Improvements

  • Better testing for linalg, kernel and surface modules
  • Double precision support, can achieve > 10 digits of precision.

Other Changes

  • N/A