fix(ci): repair numpy after 310B segfault before common tests#179
Open
lvyufeng wants to merge 3 commits into
Open
fix(ci): repair numpy after 310B segfault before common tests#179lvyufeng wants to merge 3 commits into
lvyufeng wants to merge 3 commits into
Conversation
Remove lerp from 310B fallback list. aclnnLerps was previously marked as returning 561103 but is now confirmed working on this runner. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Segfaults from the 310B test suite can corrupt numpy .so files on the persistent runner. Add a reinstall step before common tests to ensure importability. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
aclnnLerps returns 561103 on CI runner (orangepiaipro-20t). Local probe showed OK but CI runner differs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
f226e39 to
ae2f92e
Compare
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.
Repair the persistent 310B runner environment by force-reinstalling numpy before running
tests/npu/common/.Why
Segfaults from earlier 310B test runs can leave the runner's numpy installation unusable (
libopenblas*.so: cannot read file data). This PR reinstalls numpy just before common tests so the environment is healthy for collection and execution.Scope
lerpexperiment was reverted and moved to its own PR: fix(npu): enable native 310B lerp for float32 #181Verification
310B Ops + Common: PASS on this PR branch.github/workflows/npu-310b.yaml