Skip to content

Conversion to NumPy array is slow #6030

Answered by hawkinsp
allentran asked this question in Q&A
Discussion options

You must be logged in to vote

Is it that the array conversion is slow, or that the Jax array is actually a future that isn't ready yet?

Does .block_until_ready() also block for a long time on the JAX array? If so, it's most likely that JAX is computing the value in the background and it simply isn't ready for a long time.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@allentran
Comment options

Answer selected by allentran
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants