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
These are not currently supported in cuPyNumeric. For that matter, Legate seems to currently build against NumPy 1.x leading me to the very painful workaround of sorting Python lists to get the job done.
This is a low priority use case for LANL/SLAC, but it might become higher priority in the future.
The text was updated successfully, but these errors were encountered:
NumPy 2.0.0 and higher support stable sorting via the
stable
parameter tonp.sort
andnp.argsort
, etc.:https://numpy.org/doc/2.2/reference/generated/numpy.sort.html
https://numpy.org/doc/2.2/reference/generated/numpy.argsort.html
These are not currently supported in cuPyNumeric. For that matter, Legate seems to currently build against NumPy 1.x leading me to the very painful workaround of sorting Python lists to get the job done.
This is a low priority use case for LANL/SLAC, but it might become higher priority in the future.
The text was updated successfully, but these errors were encountered: