cupy
cupy copied to clipboard
Support new kwargs `initial` and `where` in reduction functions
Description
It seems
-
numpy.min() -
numpy.amin() -
numpy.max() -
numpy.amax() - ...?
have added additional kwargs initial and where, but CuPy's counterparts do not. Would be nice to catch up, so opening this issue to track.
ps. I haven't checked if this is a duplicate issue.
Additional Information
No response
Ah I guess this issue is a superset of #6326.