You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the following error when I used max_pool in my module with xla_gpu_deterministic_ops turned on:
jaxlib.xla_extension.XlaRuntimeError: UNIMPLEMENTED: HLO instruction select-and-scatter.401.0 does not have a deterministic implementation, but run-to-run determinism is required by --xla_gpu_deterministic_ops.
Does it mean that I cannot use max_pool with xla_gpu_deterministic_ops turned on (so my code will not be reproducible)? Is there any workaround?
The text was updated successfully, but these errors were encountered:
I got the following error when I used
max_pool
in my module withxla_gpu_deterministic_ops
turned on:Does it mean that I cannot use
max_pool
withxla_gpu_deterministic_ops
turned on (so my code will not be reproducible)? Is there any workaround?The text was updated successfully, but these errors were encountered: