Solving in Skyline format

Hi all! I want to use CUDA solver for solving a matrix-vector equation (AX=B). Is it possible to solve the equation in Skyline format, or, is there any library provided by CUDA or any other open-source library which can convert skyline format to CSR format??

Thank you.