Revert "[PyOV] Disable ARMv8.1+ instructions in numpy for Python te…#33868
Merged
p-wysocki merged 1 commit intoopenvinotoolkit:masterfrom Jan 29, 2026
Merged
Revert "[PyOV] Disable ARMv8.1+ instructions in numpy for Python te…#33868p-wysocki merged 1 commit intoopenvinotoolkit:masterfrom
numpy for Python te…#33868p-wysocki merged 1 commit intoopenvinotoolkit:masterfrom
Conversation
…sts (openvinotoolkit#33705)" This reverts commit 06c8f8a. Signed-off-by: p-wysocki <przemyslaw.wysocki@intel.com>
almilosz
approved these changes
Jan 29, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details:
numpyfor Python tests #33705Tickets: