Julio Machado Silva
Julio Machado Silva
This PR fixes a bug in `roclapack_stein` where eigenvectors would fail to converge because the initial values used in stein would be orthogonal to the real eigenvectors (to numerical precision)....
rocSOLVER's tests currently output no useful information for passing tests, which makes it hard to ascertain when new code adversely affects the accuracy of methods while also hindering the investigation...
This PR is meant to investigate and fix the current test failures observed in syevx, sygvx and getrf_large, which appear to be specific to rocSOLVER's windows builds. An attempt will...
I am seeing test failures in `gesvd` in Windows, when I link rocSOLVER to a version of rocBLAS compiled without Tensile (either if using rocBLAS's gemm or rocSOLVER's internal gemm)....
This PR adds the first part of a series of changes that are meant to improve the robustness of some eigensolvers' tests. It tackles the case in which a subset...
This PR includes an initial implementation of the Gragg-Thorton-Warner cubic scheme (which is used to solve the secular equations).
This PR adds code to improve syevdx/heevdx's tests when a range of eigenvalues is requested.
This draft PR includes initial code to make device workspace memory management internal to individual `roclapack_*` and `rocauxiliary_*` methods. This is a work in progress, meant to illustrate where we...