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

IntelPython / dpnp / 29494966097
78%

Build:
DEFAULT BRANCH: master
Ran 16 Jul 2026 12:44PM UTC
Jobs 1
Files 260
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

16 Jul 2026 11:35AM UTC coverage: 78.116% (-0.01%) from 78.127%
29494966097

push

github

web-flow
Release transient SYCL queues at the end of each test file to avoid OOM on low-memory GPUs (#3001)

Running the full test suite in a single process steadily drains device
memory and can end in a `RuntimeError: ...
UR_RESULT_ERROR_OUT_OF_RESOURCES` (seen intermittently on a low-memory
iGPU, where the kernel logs `VM worker error: -12` / `exec queue reset
detected`).

Root cause: every distinct `dpctl.SyclQueue` a test creates is retained
**for the whole session** as a key in dpctl's `SequentialOrderManager`
(the map is keyed by queue identity and only ever grows). Each retained
entry holds a host-task event that pins the backing USM allocation, so
the memory is never released. Over a full run the map accumulates ~300
queues
and free device memory bleeds from several GB down to ~1 GB,
occasionally crossing the device limit.

This is amplified on integrated GPUs, where "device memory" is system
RAM, so the leaked USM competes directly with the host and the
container's memory budget.

1532 of 2862 branches covered (53.53%)

Branch coverage included in aggregate %.

26010 of 32396 relevant lines covered (80.29%)

8030.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29494966097.1 16 Jul 2026 12:44PM UTC 260
78.12
GitHub Action Run
Source Files on build 29494966097
  • Tree
  • List 260
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29494966097
  • 0d7ba8a7 on github
  • Prev Build on master (#29481703002)
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

© 2026 Coveralls, Inc