cupy icon indicating copy to clipboard operation
cupy copied to clipboard

Support new kwargs `initial` and `where` in reduction functions

Open leofang opened this issue 3 years ago • 1 comments

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

leofang avatar Jul 29 '22 21:07 leofang

Ah I guess this issue is a superset of #6326.

leofang avatar Jul 29 '22 21:07 leofang