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.

[Tracker] Fix unimplemented options

See original GitHub issue

These 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:open
  • Created a year ago
  • Reactions:4
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
kmaehashicommented, Jul 5, 2022

Thanks @khushi-411! Updated the list.

2reactions
khushi-411commented, Jul 5, 2022

Hi, @kmaehashi!

I checked a few more ops. Here’s the list:

  • conjugate: order, subok, where
  • divide: order, subok, where
  • divmod: order, subok, where
  • floor_divide: order, subok, where
  • multiply: order, subok, where
  • negative: order, subok, where
  • positive: order, subok, where
  • power: order, subok, where
  • remainder: order, subok, where
  • reciprocal: order, subok, where
  • subtract: order, subok, where
  • true_divide: order, subok, where

Thanks!

Read more comments on GitHub >

github_iconTop 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 >

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