Hello and thanks for the great work!
I'm trying to run the first example file of the direct solver and I get the following error:
Exception has occurred: cuDSSError
INVALID_VALUE (3)
x = nvmath.sparse.advanced.direct_solver(a, b)
nvmath.bindings.cudss.cuDSSError: INVALID_VALUE (3)
I'm using the following versions of cupy, cudss and nvmath:
Name: cupy-cuda12x
Version: 13.6.0
Name: nvidia-cudss-cu12
Version: 0.7.0.20
Name: nvmath-python
Version: 0.6.0
Is there something I could do?