Skip to content

Skip tensor tests by default in conda recipe to avoid OOM#2860

Merged
vlad-perevezentsev merged 3 commits intoinclude-dpctl-tensorfrom
skip_tensor_tests
Apr 20, 2026
Merged

Skip tensor tests by default in conda recipe to avoid OOM#2860
vlad-perevezentsev merged 3 commits intoinclude-dpctl-tensorfrom
skip_tensor_tests

Conversation

@vlad-perevezentsev
Copy link
Copy Markdown
Contributor

Tensor tests require significant device memory and frequently cause OOM crashes on internal CI machines during conda package testing (mostly on Linux) often manifesting as Python abort signals instead of regular failures.

This PR sets SKIP_TENSOR_TESTS=1 by default in conda recipe test scripts to avoid such crashes.

Users or CI environments can opt in by setting SKIP_TENSOR_TESTS=0 on systems with sufficient memory.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • Have you added documentation for your changes, if necessary?
  • Have you added your changes to the changelog?

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 17, 2026

View rendered docs @ https://intelpython.github.io/dpnp/index.html

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 17, 2026

Array API standard conformance tests for dpnp=0.20.0dev6=py313h509198e_61 ran successfully.
Passed: 1358
Failed: 2
Skipped: 16

@coveralls
Copy link
Copy Markdown
Collaborator

Coverage Status

Coverage is 77.87%skip_tensor_tests into include-dpctl-tensor. No base build found for include-dpctl-tensor.

Copy link
Copy Markdown
Contributor

@antonwolfy antonwolfy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vlad-perevezentsev vlad-perevezentsev merged commit 39aa6c5 into include-dpctl-tensor Apr 20, 2026
70 of 75 checks passed
@vlad-perevezentsev vlad-perevezentsev deleted the skip_tensor_tests branch April 20, 2026 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants