eth-cscs / DLA-Future

DLA-Future
https://eth-cscs.github.io/DLA-Future/master/
BSD 3-Clause "New" or "Revised" License
64 stars 14 forks source link

TridiagSolver (dist): STEP3 reduce GEMM step computational cost #998

Closed albestro closed 10 months ago

albestro commented 1 year ago

Close #916

This PR is the last step of the Distributed Tridiagonal Solver optimization in order to reduce GEMM cost.

After all the preliminary work to make the tridiagonal work with a well-shaped matrix of eigenvectors, now it is possible to exploit that to actually reduce the GEMM cost.

Main changes:

albestro commented 10 months ago

cscs-ci run