Commit 4a0d4e1
authored
Add implementation of
The PR implements `dpnp.divmod` function.
The new `DPNPBinaryTwoOutputsFunc` class is added to support binary
elementwise functions with two output arrays.
Also, the Python built-in function `divmod` is working now with
`dpnp.ndarray`.dpnp.divmod (#2674)1 parent 225b0db commit 4a0d4e1
File tree
28 files changed
+2507
-119
lines changed- doc
- reference
- dpnp
- backend
- extensions
- elementwise_functions
- ufunc
- elementwise_functions
- kernels/elementwise_functions
- dpnp_algo
- dpnp_utils
- tests
- third_party/cupy
- core_tests
- creation_tests
28 files changed
+2507
-119
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
| 219 | + | |
218 | 220 | | |
219 | 221 | | |
220 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| 352 | + | |
352 | 353 | | |
353 | 354 | | |
354 | 355 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| 383 | + | |
383 | 384 | | |
384 | 385 | | |
385 | 386 | | |
| |||
890 | 891 | | |
891 | 892 | | |
892 | 893 | | |
| 894 | + | |
893 | 895 | | |
894 | 896 | | |
895 | 897 | | |
| |||
0 commit comments