ci: isolate PR230 SDMA initialization failures (do not merge) - #232
Draft
vegetabledoww wants to merge 3 commits into
Draft
ci: isolate PR230 SDMA initialization failures (do not merge)#232vegetabledoww wants to merge 3 commits into
vegetabledoww wants to merge 3 commits into
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Diagnostic run for #230. Do not merge.
The full-log prefix-cache reproducer failed before serving became healthy: SDMA warmup returned 507034, with CANN reporting vector core task timeouts on multiple devices. The original prefill TENSOR_WAIT_TIMEOUT remains unresolved.
This revision runs model-free ChipWorker initialization probes on the eight task-submit assigned devices. Each probe uses a fresh process. All SDMA-disabled controls run first, followed by SDMA-enabled probes, sequentially per device. This tests whether initialization fails without model weights, inference kernels, or simultaneous multi-device startup. Each process has a 240-second timeout.
Artifacts preserve per-device stdout and CANN logs, JSON exit codes and durations, the warmup binary SHA256, and pinned source revisions. Pipeline failure propagation is explicit; a failed or timed-out probe fails CI.
Runtime and toolchain pins remain the same as the failing run. No model code, runtime implementation, or original skill PR files are changed. The normal model matrix is replaced only on this temporary diagnostic branch.
Validation: Python syntax, workflow YAML parsing, shell syntax, and git diff checks passed locally. Hardware probes run only on upstream CI.