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

IntelPython / dpnp / 31169552923
78%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2026 11:43AM UTC
Jobs 1
Files 263
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

07 Aug 2026 10:18AM UTC coverage: 78.414%. Remained the same
31169552923

push

github

web-flow
Link `dpnp_backend_c` against only the MKL SYCL domains it uses (#3012)

`dpnp_backend_c` linked the `MKL::MKL_SYCL` umbrella target, whose link
interface pulls in *every* MKL SYCL domain. This target is defined by
MKL's `MKLConfig.cmake`, so the exact DLL set it drags in depends on the
MKL build, not on dpnp.

This PR links the backend against only the MKL SYCL domains its sources
use:
* **BLAS** — `oneapi::mkl::blas::scal`
* **RNG** — `oneapi::mkl::rng` engines/distributions and the VSL C API
* **VM** — `oneapi::mkl::vm` vector math (`div`, `sqr`, `add`, `powx`,
`sqrt`, …)

`dft`, `lapack`, `sparse`, `stats`, and `data_fitting` are not
referenced by any source compiled into `dpnp_backend_c`, so they are
dropped from its link interface.

1546 of 2884 branches covered (53.61%)

Branch coverage included in aggregate %.

26487 of 32866 relevant lines covered (80.59%)

7919.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31169552923.1 07 Aug 2026 11:43AM UTC 263
78.41
GitHub Action Run
Source Files on build 31169552923
  • Tree
  • List 263
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31169552923
  • 6ad65409 on github
  • Prev Build on master (#31008246616)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc