-
Notifications
You must be signed in to change notification settings - Fork 97
docs: audit supported devices matrix and clarify support status #684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Adii-45
wants to merge
4
commits into
Project-HAMi:master
Choose a base branch
from
Adii-45:docs/672-supported-device-matrix
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
01dcd18
docs: audit supported devices matrix and clarify support status
Adii-45 8ca8888
docs: address review feedback for supported devices matrix
Adii-45 4a74834
docs: address review feedback for supported devices matrix
Adii-45 980f983
docs: add device guide references and clarify documentation scope
Adii-45 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,18 +4,50 @@ title: Device supported by HAMi | |
|
|
||
| The table below lists the devices supported by HAMi: | ||
|
|
||
| This matrix reflects HAMi v2.9.0, the latest released version. | ||
|
|
||
| <!-- prettier-ignore --> | ||
| | Type | Manufacturer | Models | MemoryIsolation | CoreIsolation | MultiCard Support | | ||
| | ---- | ------------- | ----------------------- | --------------- | ------------- | ----------------- | | ||
| | GPU | NVIDIA | All | Yes | Yes | Yes | | ||
| | MLU | Cambricon | 370, 590 | Yes | Yes | No | | ||
| | DCU | Hygon | All | Yes | Yes | No | | ||
| | NPU | Huawei Ascend | 910B, 910B3, 910C, 310P | Yes | Yes | No | | ||
| | GPU | Iluvatar | All | Yes | Yes | No | | ||
| | GPU | Mthreads | MTT S4000 | Yes | Yes | No | | ||
| | GPU | MetaX | MXC500 | Yes | Yes | No | | ||
| | GCU | Enflame | S60 | Yes | Yes | No | | ||
| | XPU | Kunlunxin | P800 | Yes | Yes | No | | ||
| | GPU | Vastai | VA16 | Yes | Yes | No | | ||
| | GPU | Biren | Biren166M | Yes | Yes | No | | ||
| | DPU | Teco | Checking | In progress | In progress | No | | ||
| | Type | Manufacturer | Models | Status | MemoryIsolation | CoreIsolation | MultiCard Support | | ||
| | ------ | ------------- | ------------------------ | ----------------- | --------------- | ------------- | ----------------- | | ||
| | GPU | NVIDIA | All | Stable | Yes | Yes | Yes | | ||
| | MLU | Cambricon | 370, 590 | Stable | Yes | Yes | No | | ||
| | DCU | Hygon | All | Stable | Yes | Yes | No | | ||
| | NPU | Huawei Ascend | 910B, 910B3, 910C, 310P | Stable | Yes | Yes | No | | ||
| | GPU | Iluvatar | All | Stable | Yes | Yes | No | | ||
| | GPU | Mthreads | MTT S4000 | Stable | Yes | Yes | No | | ||
| | GPU | MetaX | MXC500 | Stable | Yes | Yes | No | | ||
| | GCU | Enflame | S60 | Stable | Yes | Yes | No | | ||
| | XPU | Kunlunxin | P800 | Stable | Yes | Yes | No | | ||
| | GPU | Vastai | VA16 | Stable | Yes | Yes | No | | ||
| | Neuron | AWS | Inf, Trn | Stable | No | No | Yes | | ||
| | GPU | Biren | Biren166M | Stable | Yes | Yes | No | | ||
| | DPU | Teco | Checking | Under Validation | No | No | No | | ||
|
|
||
| Support status: | ||
|
|
||
| - **Stable** - Available in the latest released HAMi version. | ||
| - **Experimental** - Implemented in HAMi but not yet included in a released version. | ||
| - **Under Validation** - Support is still being implemented; not yet functional. | ||
|
|
||
| Capability columns: | ||
|
|
||
| - **MemoryIsolation** - Whether HAMi enforces a hard VRAM limit per container: workloads that exceed their requested memory are rejected instead of drawing on the full physical device memory. | ||
| - **CoreIsolation** - Whether HAMi enforces a hard compute usage limit per container: kernel execution is throttled to stay within the requested share instead of using the physical device's compute freely. | ||
| - **MultiCard Support** - Whether a single Pod can request and be scheduled onto more than one physical card of that type, with HAMi coordinating placement across the selected cards. | ||
|
|
||
| ## Device Guides | ||
|
|
||
| Each linked guide covers device-specific setup instructions, configuration notes, and known limitations and constraints; consult it before deploying that device. | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. heads up: pr 806 renames this file to allocate-device-memory-usage. whoever merges second must update. |
||
| - **NVIDIA**: [Allocate device memory to container](nvidia-device/specify-device-memory-usage.md) | ||
| - **Cambricon**: [Enable Cambricon MLU Sharing](cambricon-device/enable-cambricon-mlu-sharing.md) | ||
| - **Hygon**: [Enable Hygon DCU sharing](hygon-device/enable-hygon-dcu-sharing.md) | ||
| - **Huawei Ascend**: [Enable Huawei Ascend sharing](ascend-device/enable-ascend-sharing.md) | ||
| - **Iluvatar**: [Enable Iluvatar GPU Sharing](iluvatar-device/enable-iluvatar-gpu-sharing.md) | ||
| - **Mthreads**: [Enable Mthreads GPU sharing](mthreads-device/enable-mthreads-gpu-sharing.md) | ||
| - **MetaX**: [Enable MetaX GPU sharing](metax-device/metax-sgpu/enable-metax-gpu-sharing.md) | ||
| - **Enflame**: [Enable Enflame GCU Sharing](enflame-device/enable-enflame-gcu-sharing.md) | ||
| - **Kunlunxin**: [Enable Kunlunxin GPU Topology-Aware Scheduling](kunlunxin-device/enable-kunlunxin-schedule.md) | ||
| - **Vastai**: [Enable Vastai Sharing](vastai/enable-vastai-sharing.md) | ||
| - **AWS Neuron**: [Enable AWS-Neuron device Sharing](awsneuron-device/enable-awsneuron-managing.md) | ||
| - **Biren**: [Enable Biren Sharing](biren-device/enable-biren-sharing.md) | ||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,17 +5,50 @@ translated: true | |
|
|
||
| HAMi 支持的设备如下表所示: | ||
|
|
||
| 本表反映的是 HAMi 最新发布版本 v2.9.0。 | ||
|
|
||
| <!-- prettier-ignore --> | ||
| | 设备类型 | 制造商 | 支持型号 | 显存隔离 | 核心隔离 | 多卡支持 | | ||
| | -------- | ------------------------- | --------------------------- | -------- | -------- | -------- | | ||
| | GPU | 英伟达(NVIDIA) | 全系列 | 是 | 是 | 是 | | ||
| | MLU | 寒武纪(Cambricon) | 370、590 | 是 | 是 | 否 | | ||
| | DCU | 海光(Hygon) | 全系列 | 是 | 是 | 否 | | ||
| | NPU | 华为昇腾(Huawei Ascend) | 910B、910B3、910C、310P | 是 | 是 | 否 | | ||
| | GPU | 天数智芯(Iluvatar) | 全部 | 是 | 是 | 否 | | ||
| | GPU | 摩尔线程(Mthreads) | MTT S4000 | 是 | 是 | 否 | | ||
| | GPU | 沐曦(MetaX) | MXC500 | 是 | 是 | 否 | | ||
| | GCU | 燧原科技(Enflame) | S60 | 是 | 是 | 否 | | ||
| | XPU | 昆仑芯(Kunlunxin) | P800 | 是 | 是 | 否 | | ||
| | GPU | 瀚博(Vastai) | VA16 | 是 | 是 | 否 | | ||
| | DPU | 太初元碁(Teco) | 检查中 | 进行中 | 进行中 | 否 | | ||
| | 设备类型 | 制造商 | 支持型号 | 状态 | 显存隔离 | 核心隔离 | 多卡支持 | | ||
| | ---------- | ------------------------- | --------------------------- | ------------ | -------- | -------- | -------- | | ||
| | GPU | 英伟达(NVIDIA) | 全系列 | 稳定 | 是 | 是 | 是 | | ||
| | MLU | 寒武纪(Cambricon) | 370、590 | 稳定 | 是 | 是 | 否 | | ||
| | DCU | 海光(Hygon) | 全系列 | 稳定 | 是 | 是 | 否 | | ||
| | NPU | 华为昇腾(Huawei Ascend) | 910B、910B3、910C、310P | 稳定 | 是 | 是 | 否 | | ||
| | GPU | 天数智芯(Iluvatar) | 全部 | 稳定 | 是 | 是 | 否 | | ||
| | GPU | 摩尔线程(Mthreads) | MTT S4000 | 稳定 | 是 | 是 | 否 | | ||
| | GPU | 沐曦(MetaX) | MXC500 | 稳定 | 是 | 是 | 否 | | ||
| | GCU | 燧原科技(Enflame) | S60 | 稳定 | 是 | 是 | 否 | | ||
| | XPU | 昆仑芯(Kunlunxin) | P800 | 稳定 | 是 | 是 | 否 | | ||
| | GPU | 瀚博(Vastai) | VA16 | 稳定 | 是 | 是 | 否 | | ||
| | Neuron | AWS | Inf、Trn | 稳定 | 否 | 否 | 是 | | ||
| | GPU | 壁仞(Biren) | Biren166M | 稳定 | 是 | 是 | 否 | | ||
| | DPU | 太初元碁(Teco) | 检查中 | 验证中 | 否 | 否 | 否 | | ||
|
|
||
| 支持状态: | ||
|
|
||
| - **稳定(Stable)** - 已在最新发布版本中提供。 | ||
| - **实验性(Experimental)** - 已在 HAMi 中实现,但尚未包含在正式发布版本中。 | ||
| - **验证中(Under Validation)** - 支持仍在实现中,尚不可用。 | ||
|
|
||
| 能力列: | ||
|
|
||
| - **显存隔离(MemoryIsolation)** - 是否为每个容器强制执行显存硬限制:超出请求显存的工作负载会被拒绝,而不能使用整块物理设备显存。 | ||
| - **核心隔离(CoreIsolation)** - 是否为每个容器强制执行算力硬限制:内核执行会被限流以保持在请求的份额内,而不能自由使用物理设备的算力。 | ||
| - **多卡支持(MultiCard Support)** - 单个 Pod 是否可以请求并调度到该类型的多张物理卡,由 HAMi 协调所选卡之间的分配。 | ||
|
|
||
| ## 设备指南 | ||
|
|
||
| 每份指南均包含该设备的具体搭建步骤、配置说明以及已知限制和约束条件;部署该设备前请先查阅对应指南。 | ||
|
|
||
| - **NVIDIA**:[为容器分配设备显存](nvidia-device/specify-device-memory-usage.md) | ||
| - **寒武纪(Cambricon)**:[启用寒武纪 MLU 共享](cambricon-device/enable-cambricon-mlu-sharing.md) | ||
| - **海光(Hygon)**:[启用 Hygon DCU 共享](hygon-device/enable-hygon-dcu-sharing.md) | ||
| - **华为昇腾(Huawei Ascend)**:[启用 Huawei Ascend 共享](ascend-device/enable-ascend-sharing.md) | ||
| - **天数智芯(Iluvatar)**:[启用天数智芯 GPU 共享](iluvatar-device/enable-iluvatar-gpu-sharing.md) | ||
| - **摩尔线程(Mthreads)**:[启用 Mthreads GPU 共享](mthreads-device/enable-mthreads-gpu-sharing.md) | ||
| - **沐曦(MetaX)**:[启用沐曦 GPU 共享](metax-device/metax-sgpu/enable-metax-gpu-sharing.md) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. enflame is a gcu, not gpu. use 启用燧原 GCU 共享. |
||
| - **燧原科技(Enflame)**:[启用燧原 GPU 共享](enflame-device/enable-enflame-gcu-sharing.md) | ||
| - **昆仑芯(Kunlunxin)**:[启用昆仑芯 GPU 拓扑感知调度](kunlunxin-device/enable-kunlunxin-schedule.md) | ||
| - **瀚博(Vastai)**:[启用瀚博半导体设备共享](vastai/enable-vastai-sharing.md) | ||
| - **AWS Neuron**:[启用 AWS-Neuron 设备共享](awsneuron-device/enable-awsneuron-managing.md) | ||
| - **壁仞(Biren)**:[启用壁仞设备共享](biren-device/enable-biren-sharing.md) | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Adii-45 great start.
I want to point out a few things that are still missing
4.Missing device guide references.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed the remaining documentation feedback in the latest commit!
Changes made:
I intentionally did not add a "last verified" date because I couldn't find an existing verification convention or a reliable source of truth for that metadata anywhere in the repository. Rather than introducing information that could quickly become stale or inconsistent, I left that part out. I'm happy to add it if there's a preferred convention or source that the project follows..!
Please let me know if there's anything else you'd like me to update. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder: Answers must be written by human being. You can view the relevant rule here.
https://github.com/Project-HAMi/HAMi/blob/master/CONTRIBUTING.md#contribution-gates
"4. Review replies. The reply you post must be written by you and must address the specific point raised. Verbatim or canned AI replies, or replies that do not engage the comment, lead to the PR being closed."