[Tracker] Fix unimplemented options
See original GitHub issueThese options need to be implemented:
- cupy.all:
where
- cupy.amax:
initial
,where
- cupy.amin:
initial
,where
- cupy.angle:
deg
(#6900) - cupy.any:
where
- cupy.argpartition:
kind
,order
- cupy.argsort:
kind
,order
- cupy.broadcast_arrays:
subok
- cupy.broadcast_to:
subok
- cupy.clip:
kwargs
- cupy.conjugate:
order
,subok
,where
- cupy.divide:
order
,subok
,where
- cupy.divmod:
order
,subok
,where
- cupy.floor_divide:
order
,subok
,where
- cupy.logspace:
axis
(#6796) - cupy.multiply:
order
,subok
,where
- cupy.negative:
order
,subok
,where
- cupy.positive:
order
,subok
,where
- cupy.power:
order
,subok
,where
- cupy.remainder:
order
,subok
,where
- cupy.reciprocal:
order
,subok
,where
- cupy.subtract:
order
,subok
,where
- cupy.true_divide:
order
,subok
,where
- cupy.unique:
axes
(#6691)
Note:
- Currently all ufuncs does not support
where
option (#4583). - This list might not be exhaustive. If you find any unimplemented options leave a comment in this issue. See also: Comparison Table
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Unimplemented type list when trying to write.table
1. Flatten the list column with paste and try again. · 5. Looks like unlist(output) may be an option, too. · 1. I...
Read more >23567 - [TRACKING] unimplemented context menu items to be added
I got a fix for adding print, #24221. Do you want it checked in or what should I do with it. THe patch...
Read more >Doesn't detect proxy settings from automatic configuration scripts
Tooltips show the reason. Status: Fixed (Closed) Components: Internals>Network ... Configure IE's internet options to use an automatic configuration script
Read more >[RFC] x86/emul: Fix the handling of unimplemented Grp7 ...
Unimplemented instructions would then hit the #UD case for having a non-memory operand, rather than taking the cannot_emulate path.
Read more >[dpdk-dev,v3,17/27] net/ena: unimplemented handler error - Patchwork
[dpdk-dev,v3,17/27] net/ena: unimplemented handler error. Message ID, 20180607094322.14312-17-mk@semihalf.com (mailing list archive).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @khushi-411! Updated the list.
Hi, @kmaehashi!
I checked a few more ops. Here’s the list:
order
,subok
,where
order
,subok
,where
order
,subok
,where
order
,subok
,where
order
,subok
,where
order
,subok
,where
order
,subok
,where
order
,subok
,where
order
,subok
,where
order
,subok
,where
order
,subok
,where
order
,subok
,where
Thanks!