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

IntelPython / dpnp / 13209145643
72%

Build:
DEFAULT BRANCH: master
Ran 07 Feb 2025 11:01PM UTC
Jobs 1
Files 206
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 Feb 2025 10:32PM UTC coverage: 71.629% (+0.06%) from 71.572%
13209145643

push

github

web-flow
Use `dpctl.tensor.matmul` in the backend of `dpnp.matmul` when inputs are integer (#2296)

resolves #2270 

OneMath (OneMKL) routines (`gemm`, `gemv`, `gemm_batch`) for matrix
multiplication only support floating point data types. If inputs are
integer, to use OneMath we need to upcasting them to floating point
dtypes, perform the calculation and then cast back the result to integer
dtypes which is unsafe and we may loose some information for large
integers.
In this PR, the logic for `dpnp.matmul` is updated to use
`dpctl.tensor.matmul` when result has a integer dtypes.

4640 of 9424 branches covered (49.24%)

Branch coverage included in aggregate %.

54 of 54 new or added lines in 2 files covered. (100.0%)

17297 of 21202 relevant lines covered (81.58%)

20181.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13209145643.1 07 Feb 2025 11:02PM UTC 206
71.63
GitHub Action Run
Source Files on build 13209145643
  • Tree
  • List 206
  • Changed 14
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • db97d597 on github
  • Prev Build on master (#13183276656)
  • Next Build on master (#13217557291)
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