Skip to content

Multi-GPU support, high-level solve() function, support for non-CULA library alternatives #128

Open
@roesel

Description

First of all, thank you for this amazing library! I never expected anything this good to exist already! You are amazing!

Secondly, I would really appreciate an equivalent to the np.linalg.solve() or matlabs mldivide() function. I tried writing my own using the linalg.inv method, but it seems to require CULA even though it does not say so in the docstring.

Is there a way to implement mldivide-like functionality that I have missed, and if not, would that be possible?

Last but not least, is supporting multiple GPUs in store without having CULA? (CULA being not as accessible now...)

Thanks again for the great library! 👍

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions