Skip to content

Revert "[PyOV] Disable ARMv8.1+ instructions in numpy for Python te…#33868

Merged
p-wysocki merged 1 commit intoopenvinotoolkit:masterfrom
p-wysocki:revert_np
Jan 29, 2026
Merged

Revert "[PyOV] Disable ARMv8.1+ instructions in numpy for Python te…#33868
p-wysocki merged 1 commit intoopenvinotoolkit:masterfrom
p-wysocki:revert_np

Conversation

@p-wysocki
Copy link
Contributor

Details:

  • This reverts [PyOV] Disable ARMv8.1+ instructions in numpy for Python tests #33705
  • That PR was a "best guess" at what's causing sporadic illegal instruction failure
  • It did not fix the issue, so I borrowed an RPi from precommit pool and debugged locally
  • The issue turned out to be not in numpy, but in OpenVINO itself, which is compiled with features unavailable on our precommit hardware (SVE instructions to be exact)
  • Debugging results and further steps are in the ticket

Tickets:

  • 179098

…sts (openvinotoolkit#33705)"

This reverts commit 06c8f8a.

Signed-off-by: p-wysocki <przemyslaw.wysocki@intel.com>
@p-wysocki p-wysocki added this to the 2026.1 milestone Jan 29, 2026
@p-wysocki p-wysocki requested review from almilosz and olpipi January 29, 2026 08:42
@p-wysocki p-wysocki requested a review from a team as a code owner January 29, 2026 08:42
@github-actions github-actions bot added the category: Python API OpenVINO Python bindings label Jan 29, 2026
@p-wysocki p-wysocki enabled auto-merge January 29, 2026 13:04
@p-wysocki p-wysocki added this pull request to the merge queue Jan 29, 2026
Merged via the queue into openvinotoolkit:master with commit 56454ca Jan 29, 2026
210 checks passed
@p-wysocki p-wysocki deleted the revert_np branch January 29, 2026 16:57
Naseer-010 pushed a commit to Naseer-010/openvino that referenced this pull request Feb 18, 2026
openvinotoolkit#33868)

### Details:
 - This reverts openvinotoolkit#33705
- That PR was a "best guess" at what's causing sporadic illegal
instruction failure
- It did not fix the issue, so I borrowed an RPi from precommit pool and
debugged locally
- The issue turned out to be not in numpy, but in OpenVINO itself, which
is compiled with features unavailable on our precommit hardware (SVE
instructions to be exact)
 - Debugging results and further steps are in the ticket

### Tickets:
 - 179098

Signed-off-by: p-wysocki <przemyslaw.wysocki@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: Python API OpenVINO Python bindings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants