-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Test tools for jax.jit and dask #115
Conversation
lazy_xp_function(kron, static_argnames="xp") | ||
lazy_xp_function(nunique, static_argnames="xp") | ||
lazy_xp_function(pad, static_argnames=("pad_width", "mode", "constant_values", "xp")) | ||
# FIXME calls in1d which calls xp.unique_values without size |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is non-trivial to fix. Will look into it in a follow-up.
57e6cd0
to
cd84a8b
Compare
64ba88b
to
47ef8b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @crusaderky, LGTM! I don't have much to say on the details of how this interfaces with JAX and Dask, but it all sounds reasonable to me, and the code looks maintainable.
@lucascolley all comments addressed |
Porting of scipy/scipy#22308, with additional support for Dask.