Closed ericauld closed 1 year ago
Remove queue.solver_params() from the parameter list for the branch CUSOLVER_VERSION < 11000. Add two more overloads for cusolver_heevd corresponding to std::complex float and std::complex double. Fixes issue #47.
queue.solver_params()
CUSOLVER_VERSION < 11000
cusolver_heevd
Hi, @mgates3, made this PR to fix an issue I had in building the library. I hope it's a small help
Remove
queue.solver_params()
from the parameter list for the branchCUSOLVER_VERSION < 11000
. Add two more overloads forcusolver_heevd
corresponding to std::complex float and std::complex double. Fixes issue #47.