-
Notifications
You must be signed in to change notification settings - Fork 60
Support array api for core functions #861
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
base: main
Are you sure you want to change the base?
Conversation
c645a22
to
243af26
Compare
Most recent commit, I added support for using most of the functions using jax. I was hoping to kill both the lazy backends, but for whatever reason I can't get dask to work. I also have added some of the backends to the core tests. The only one I can't quite get to work is the cylinder segment, partially just because it's a lot of code, and the functions for each case are |
243af26
to
3c91850
Compare
3c91850
to
7827779
Compare
ed50756
to
ec4e295
Compare
ec4e295
to
4286dfc
Compare
4286dfc
to
d5762fe
Compare
@Alexboiboi @OrtnerMichael @lucascolley
This is a subset of #844 that only converts core functions, and not the next level up.
Depends on #860.
Contains the following PRs:
There's still some work that needs to be done(particularly for lazy backend support), but you can certainly play with it and see if it works!