feat: support ascend and nvidia accelerators with runc - #45
Open
mhsong1998-dot wants to merge 1 commit into
Open
feat: support ascend and nvidia accelerators with runc#45mhsong1998-dot wants to merge 1 commit into
mhsong1998-dot wants to merge 1 commit into
Conversation
mhsong1998-dot
force-pushed
the
feat/ascend-npu-runc
branch
3 times, most recently
from
September 2, 2026 02:37
5d324b9 to
49108b7
Compare
mhsong1998-dot
force-pushed
the
feat/ascend-npu-runc
branch
2 times, most recently
from
September 3, 2026 02:24
73742d2 to
fe7ea77
Compare
mhsong1998-dot
marked this pull request as ready for review
September 4, 2026 03:53
mhsong1998-dot
force-pushed
the
feat/ascend-npu-runc
branch
from
September 4, 2026 04:01
fe7ea77 to
eb9e16b
Compare
mhsong1998-dot
force-pushed
the
feat/ascend-npu-runc
branch
2 times, most recently
from
September 9, 2026 02:37
8b4c559 to
f6604a1
Compare
Package optional native runc and accelerator support across node images, Helm, Terraform, standalone deployment, and the Python SDK. Support NVIDIA GPUs with runsc or runc and physical Ascend NPUs with runc. Install Ascend integration from a checksum-pinned standalone adapter release while keeping the trusted mount profile in sandboxd. Update sandboxd to the matching external-adapter protocol implementation. Signed-off-by: mhsong2 <songminhui2@huawei.com>
mhsong1998-dot
force-pushed
the
feat/ascend-npu-runc
branch
from
September 9, 2026 09:31
9b5415f to
0df9995
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.
Package optional native runc and accelerator support across the node image, Helm, Terraform, standalone deployment, and Python SDK. NVIDIA GPUs can use runsc or runc; physical Ascend NPUs use runc.
The node image no longer builds the Ascend adapter from sandboxd or reads MindCluster source. When Ascend is enabled, the build requires an explicit adapter version, amd64 release URL, and SHA-256, verifies the downloaded bundle, installs its binary and licenses, and keeps sandboxd's mount profile as the trusted allowlist.
The final PR history is one signed commit. NPU SDK tests were reduced to one representative model/resource assertion plus the existing invalid-type boundary.
Validation:
versioninstall smoke in cn-north-4 CCEnpu-smi, ACL runtime initialization and memory transfers, exclusive allocation, release, and device reuse[11, 22, 33, 44]with the preinstalled CANN 6.0 native Python 3.7.5 toolchain; the sandboxed Add follow-up is tracked separately from the adapter/device-injection acceptanceDepends on inclusionAI/sandboxd#39 and openYuanrong-mirror/ascend-oci-adapter#1.