Skip to content

DLA-Future 0.2.0

Compare
Choose a tag to compare
@rasolca rasolca released this 30 Aug 14:41
· 184 commits to master since this release
e52fde5

Changes:

  • renamed algorithms using snake case (#942)
  • added C and ScaLAPACK API (cholesky and eigensolver) (#886)
  • Matrix API:
    • initial support for matrices with different tile/block-size (#909)
    • initial support for matrix subpipelines (#898)
    • initial support for submatrices (#934)
    • initial support for matrix redistribution (#933)

Bugfixes:

  • fixed a problem in tridiagonal_eigensolver which produced wrong results for some classes of matrices (#960)

Performance improvements:

  • introduced busy barriers in reduction_to_band (#864)
  • new band_to_tridiagonal algorithm implementation (#938, #946)
  • improved the rank1 problem solution in tridiagonal_eigensolver (#904, #936)