Skip to content

Best way to debug "Fetching value for jax.Array that spans non-addressable devices is not possible" (ideally on single machine) #16590

Answered by yashk2810
dlwh asked this question in Q&A
Discussion options

You must be logged in to vote

This means that the constant you are closing over is a jax.Array which is not fully addressable.

I would suggest passing it as an argument to the jitted function instead and then it should work.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dlwh
Comment options

@dlwh
Comment options

Answer selected by dlwh
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