-
Hi, I am currently working on a pull request to use I was wondering if there are any issues running cupy within a custom primitive, essentially the same as what ceviche provides in autograd, except using cupy and jax instead. Admittedly, I have not played with jax's interface yet and I am also relatively new to autograd. I am also potentially interested in implementing some of these algorithms in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't think anyone has tried this! It may well work, but the main caveat is that you won't be able to |
Beta Was this translation helpful? Give feedback.
I don't think anyone has tried this! It may well work, but the main caveat is that you won't be able to
jit
the result (not without doing more work). Let us know what happens?