loop over unequal intervals #11787
Unanswered
nestordemeure
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a function that looks like this (the intervals have unequal sizes,
indices
is an array of integer indices):What would be the recommended pattern to write it in JAX? At the moment I am only jitting
kernel
but I feel that jitting the full function could reduce memory transfers.Beta Was this translation helpful? Give feedback.
All reactions