I am unable to find this https://docs.cupy.dev/en/latest/reference/generated/cupyx.scipy.sparse.linalg.cg.html#cupyx.scipy.sparse.linalg.cg after the installation of cupy.
It says module not found
Can anyone help me? I don’t know what’s wrong, but I have installed cupy via pip, and this library was supposed to be there, but its not present.
Advertisement
Answer
The module is available in CuPy v9 betas. (The v: latest
docs are generated by the master
branch.) Try pip install
with --pre
to include pre-releases.