Skip to content

DLA-Future 0.6.0

Latest
Compare
Choose a tag to compare
@rasolca rasolca released this 24 Jun 16:13
· 4 commits to master since this release
e2a46a2

Changes

  • Renamed ScaLAPACK-like generalized eigensolvers pXsygvx/pXhegvx to pXsygvd/pXhegvd. (#1168)
  • Introduced generalized eigensolver where the matrix B is already factorized. (#1167)

Performance improvements

  • Local eigenvector permutations in the distributed tridiagonal eigensolver are executed directly in GPU memory. (#1118)

Bug fixes

  • Fixed ScaLAPACK detection in CMake for specific uenv cases. (#1159)