Replies: 1 comment
-
Thanks for the question!
We use shard_map inside jit all the time. But this looks like an XLA internal bug. Can you share a minimal repro? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
jit
-ing ashard_map
throws error:XlaRuntimeError: INTERNAL: during context [hlo verifier]: RET_CHECK failure (external/xla/xla/service/hlo_verifier.cc:2852) check_inst->sharding() == common_sharding_inst->sharding() Inconsistent while sharding among instructions.
From the language in JEP/14273 it seemed like
shard_map
was jit composable. Is this not the case?Full error
source line 335 calls a
jaxopt
solver (gradient descent optimization)running without jit-ing works fine. Any ideas guys?
Beta Was this translation helpful? Give feedback.
All reactions