Wessel
Wessel
@nstarman The CodSpeed GitHub app is installed and has read access to `beartype/plum`. Strangely enough I can't see Plum appearing on `codspeed.io`: Clicking import then takes me to this page:...
Hey Chris, We currently do not provide a package on Conda, but this would certainly be possible to do. Is this something you'd like, so you could `conda install backends`?
@ctr Alright, will do! Will report back here when that's done. :)
Hey @ctr! You should now be able to install `lab` with `conda install backends -c conda-forge`. :)
Hey @InfProbSciX! I’m very sorry this is broken now. Just sending a quick message here to let you know that I’ve seen this and will reply very soon with how...
Hey @InfProbSciX. I believe that your snippet should work with minimal changes: ```python from typing import Union import lab as B import scipy.sparse as sp from plum import Signature SparseArray...
Hey @InfProbSciX, this behaviour is as intended, although admittedly it might not be most convenient default behaviour. What you're really after is likely the following: ```python with B.on_device(x): eye =...
Hey @stoprightthere! Excellent suggestion. LAB uses a single `dispatch = Dispatcher()` throughout the codebase. We could add a keyword `hint`: ```python dispatch = Dispatcher(hint="Did you import the right backend?") ```...
Hey @stoprightthere! Thanks for the feature request. This would be a super good addition. I'm not sure if I have time to work on this on the short term, but...
Hey @tom-andersson! Thanks for opening an issue. :) You're totally right. This would be a really good addition. This might actually be pretty simple to support. In particular, to get...