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

IntelPython / dpnp / 13209145643 / 1
81%
master: 81%

Build:
DEFAULT BRANCH: master
Ran 07 Feb 2025 11:02PM UTC
Files 206
Run time 6s
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.1

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 %.

17297 of 21202 relevant lines covered (81.58%)

20181.62 hits per line

Source Files on job 13209145643.1
  • 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 Build 13209145643
  • db97d597 on github
  • Prev Job for on master (#13183276656.1)
  • Next Job for on master (#13217557291.1)
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