Valid DeviceArray slicing in an xmap analysis triggers obsolete slicing exception #6240
Closed
3 tasks done
Labels
bug
Something isn't working
I'm pretty excited about the new xmap feature and so I took it for a spin.I know xmap is a bit unstable at the moment (or I may have done something incorrectly!) so I thought I'd raise the following issue.
xmap doesn't seem to like the following (although jit is fine with it), triggering what looks like #620.
producing the following exception
This occurs on
jax==jax==0.2.11
andjaxlib==0.1.64
I don't think it is #620 as I'll explain at the end of the traceback:
See the full example below:
Please:
What I find interesting is that
arr_ndim == 0
so it looks to me like the tracing process is trying to slice a 0-length array. Thus I may be using xmap incorrectly, but I've done some checking. Any thoughts?The text was updated successfully, but these errors were encountered: