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

IntelPython / dpnp / 12200771689
81%

Build:
DEFAULT BRANCH: master
Ran 06 Dec 2024 03:08PM UTC
Jobs 1
Files 199
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

06 Dec 2024 02:43PM UTC coverage: 67.96% (+0.02%) from 67.938%
12200771689

push

github

web-flow
Update `dpnp.linalg.svd()` to run on CUDA  (#2212)

This PR suggests updating `dpnp.linagl.svd()` implementation to support
running on CUDA devices.
Since cuSolver gesvd only supports m>=n the previous implementation crashed with `Segmentation fault (core
dumped)`

This suggests adding checks for `m>=n` otherwise transpose the input
array.

Passing the transposed array to `oneapi::mkl::lapack::gesvd` increases
the performance of `dpnp.linalg.svd()` due to the reducing a matrix with
`m >= n` to bidiagonal form (inside `lapack::gesvd`) is more efficient

4425 of 10054 branches covered (44.01%)

Branch coverage included in aggregate %.

45 of 45 new or added lines in 1 file covered. (100.0%)

16534 of 20786 relevant lines covered (79.54%)

20529.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12200771689.1 06 Dec 2024 03:09PM UTC 199
67.96
GitHub Action Run
Source Files on build 12200771689
  • Tree
  • List 199
  • Changed 19
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 4875e594 on github
  • Prev Build on master (#12185535407)
  • Next Build on master (#12202379520)
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