question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add cupy.nanargmin and cupy.nanargmax

See original GitHub issue

I am interested in adding cupy.nanargmin and cupy.nanargmax. They will not be fully equivalent to numpy ones because, currently cupy.array does not support subok=True.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
harshalchaudhari35commented, Jul 19, 2019

I suppose this should be closed now? @asi1024

1reaction
harshalchaudhari35commented, May 28, 2019

Apologies for the messy PR earlier. Initial checks have passed now. Please review the PR.

Read more comments on GitHub >

github_iconTop Results From Across the Web

cupy.nanargmax — CuPy 11.3.0 documentation
For performance reasons, cupy.nanargmax returns out of range values for all-NaN slice whereas numpy.nanargmax raises ValueError. See also. numpy.nanargmax().
Read more >
cupy.argmin — CuPy 11.4.0 documentation
Returns the indices of the minimum along an axis. Parameters. a (cupy.ndarray) – Array to take argmin. axis (int) – Along which axis ......
Read more >
cupy.where — CuPy 11.4.0 documentation
If only condition is given, return the tuple condition.nonzero() , the indices where condition is True. Return type. cupy.ndarray. Warning.
Read more >
Comparison Table — CuPy 11.4.0 documentation
Here is a list of NumPy / SciPy APIs and its corresponding CuPy implementations. - in CuPy column denotes that CuPy implementation is...
Read more >
cupy.searchsorted — CuPy 11.4.0 documentation
If sorter is None , then it must be sorted in ascending order, otherwise sorter must be an array of indices that sort...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found