cuSOLVER: Any plans for implementing SYTRS?

The cuSOLVER library includes the function cusolverDnsytrf() for computing the Bunch-Kaufman factorization of a n×n symmetric indefinite matrix. However, for some reason NVIDIA has not implemented the corresponding LAPACK function SYRTS() that solves a linear system of equations based on this factorization (as they have for the other matrix factorizations in cuSOLVER).
Does anyone know if there are plans to add the solver function cusolverDnsytrs() to a future version of the cuSOLVER library?

Thanks!

still missing in 2019

If you’d like to see a change in CUDA capabilities, please file a bug using the instructions linked in a sticky post at the top of the CUDA programming forum. You can use the word “enhancement” in the description.