• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IntelPython / dpnp / 15019028972
81%

Build:
DEFAULT BRANCH: master
Ran 14 May 2025 11:33AM UTC
Jobs 1
Files 220
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 May 2025 11:03AM UTC coverage: 71.864% (+0.2%) from 71.711%
15019028972

push

github

web-flow
Add missing MKL function from VM namespace (#2445)

The PR add missing MKL functions from VM namespace to the dedicated
extension:
- `arg()` to be used by `dpnp.angle`
- `copysign()`
- `i0()`
- `inv()` to be used by `dpnp.reciprocal`

Note, `remainder()` is available as MKL VM function but follows C's
module operator and so can't be used to implement `dpnp.remainder` which
has to follow Python's module operator according to Python array API
[specification](https://data-apis.org/array-api/2024.12/API_specification/generated/array_api.remainder.html):
> This function is equivalent to the Python modulus operator x1_i %
x2_i.

Note, `sycl::half` is not intended to be used for VM functions due to
accuracy reason and values mismatch with numpy in corner cases.

4705 of 9618 branches covered (48.92%)

Branch coverage included in aggregate %.

184 of 186 new or added lines in 5 files covered. (98.92%)

17902 of 21840 relevant lines covered (81.97%)

19583.46 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
88.89
dpnp/backend/extensions/vm/copysign.cpp
Jobs
ID Job ID Ran Files Coverage
1 15019028972.1 14 May 2025 11:34AM UTC 220
71.86
GitHub Action Run
Source Files on build 15019028972
  • Tree
  • List 220
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • acfc6788 on github
  • Prev Build on master (#14995266570)
  • Next Build on master (#15021455811)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc