Open
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