build: record physical plugin split experiment#643
Draft
voltjia wants to merge 1 commit into
Draft
Conversation
Collaborator
Author
Full-Platform Validation for
|
| Platform | Build | pytest result | Time | Notes |
|---|---|---|---|---|
| NVIDIA | Passed | Failed: 1 failed, 3687 passed, 4404 skipped |
build 992s, test log summary 25s | Failure is tests/test_torch_ops.py::test_op[..., svd]; log shows CUDA OOM during the PyTorch reference path. |
| MetaX | Passed | Passed: 3183 passed, 3400 skipped |
build 1377s, test 87s | Full pytest completed with exit code 0. |
| Iluvatar | Passed | Passed: 2689 passed, 3894 skipped |
build 704s, test 40s | First attempt hit multi-backend auto-detect (WITH_NVIDIA + WITH_ILUVATAR); rerun used explicit WITH_ILUVATAR=ON and passed. |
| Moore | Passed | Passed: 2949 passed, 3643 skipped |
build 2070s, test 45s | First attempt hit missing OpenMP runtime at import (__kmpc_for_static_fini); rerun preloaded the MUSA OpenMP runtime and passed. |
| Cambricon | Passed | Passed: 1781 passed, 4694 skipped |
build 2209s, test 33s | Full pytest completed with exit code 0. |
| Ascend | Passed | Pytest passed: 3359 passed, 3233 skipped; container exit abnormal |
build 1053s, test 61s | Reproduced twice: pytest completed and wrote JUnit, but Docker returned exit code 137 after the successful pytest summary, including a rerun without Docker memory limit. Not marked fully green because the process exit code is not 0. |
Notes:
- No exact accelerator IDs are included here.
- NVIDIA and Ascend are findings under the quality gate: NVIDIA has a real pytest failure; Ascend has a successful pytest summary but non-zero container exit code.
- The plugin stack itself built on all platforms that reached pytest; no manifest/plugin-registry/codegen-specific failure was observed in these logs.
This was referenced Jun 5, 2026
e7ed421 to
9129246
Compare
907eff7 to
b3b7d2c
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.
Summary
Record a physical split experiment using an external plugin root outside the main repository.
This PR is stacked on #642 (
build/manifest-cmake-entry).Changes
docs/plugin_physical_split_experiment.mdwith the exact external plugin layout, configure/build commands, generated registry evidence, and findings.external-cpu-addplugin under/tmp/infini-ops-physical-split/pluginsthat contributes an externalops/add/add.himplementation to onelibinfiniops.sobuild.Validation
.venv/bin/python -m pytest -s -q tests/test_plugin_registry.py tests/test_plugin_test_matrix.py tests/test_generate_wrappers_plugins.py.venv/bin/ruff check scripts/infini_ops_plugin_registry.py scripts/infini_ops_plugin_test_matrix.py scripts/generate_wrappers.py tests/test_plugin_registry.py tests/test_plugin_test_matrix.py tests/test_generate_wrappers_plugins.py.venv/bin/python -m py_compile scripts/infini_ops_plugin_registry.py scripts/infini_ops_plugin_test_matrix.py scripts/generate_wrappers.pygit diff --checkFull-platform validation
Full stack validation was run on the top branch
build/external-plugin-source-pathsat pre-style-rebase commit907eff70; see #643 validation comment: #643 (comment). The later rebase only updates PR metadata and diagnostic wording forCONTRIBUTING.mdcompliance.1 failed, 3687 passed, 4404 skippeddue to CUDA OOM intests/test_torch_ops.py::test_op[..., svd]on the PyTorch reference path.3183 passed, 3400 skipped.2689 passed, 3894 skipped.2949 passed, 3643 skipped.1781 passed, 4694 skipped.3359 passed, 3233 skipped, but the container exited with code137; treat as not fully green by the quality gate.