Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ nodeGPUMigInstance{deviceidx="1",deviceuuid="GPU-30f90f49-43ab-0a78-bf5c-93ed41e

:::note

1. No action is required on MIG nodes everything is managed by `mig-parted` in `hami-device-plugin`.
1. No action is required on MIG nodes - everything is managed by `mig-parted` in `hami-device-plugin`.
2. NVIDIA devices older than the Ampere architecture do not support MIG mode.
3. MIG resources (e.g., `nvidia.com/mig-1g.10gb`) won’t be visible on the node.
HAMi uses a unified resource name for both MIG and hami-core nodes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ nodeGPUMigInstance{deviceidx="1",deviceuuid="GPU-30f90f49-43ab-0a78-bf5c-93ed41e

:::note

1. No action is required on MIG nodes everything is managed by `mig-parted` in `hami-device-plugin`.
1. No action is required on MIG nodes - everything is managed by `mig-parted` in `hami-device-plugin`.
2. NVIDIA devices older than the Ampere architecture do not support MIG mode.
3. MIG resources (e.g., `nvidia.com/mig-1g.10gb`) won’t be visible on the node.
HAMi uses a unified resource name for both MIG and hami-core nodes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The table below shows examples of XPU occupation and proper MTF values:
| 00000001 | 3 | A 4-XPU, 2-XPU, and 1-XPU task can fill it |
| 00010001 | 4 | Two 2-XPU tasks and two 1-XPU tasks can fill it |

The node score is derived from the **delta(MTF)** the change in MTF value after allocation.
The node score is derived from the **delta(MTF)** - the change in MTF value after allocation.
A smaller delta(MTF) indicates a better fit and results in a higher score.
The scoring logic is shown below:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ nodeGPUMigInstance{deviceidx="1",deviceuuid="GPU-30f90f49-43ab-0a78-bf5c-93ed41e

:::note

1. No action is required on MIG nodes everything is managed by `mig-parted` in `hami-device-plugin`.
1. No action is required on MIG nodes - everything is managed by `mig-parted` in `hami-device-plugin`.
2. NVIDIA devices older than the Ampere architecture do not support MIG mode.
3. MIG resources (e.g., `nvidia.com/mig-1g.10gb`) won’t be visible on the node.
HAMi uses a unified resource name for both MIG and hami-core nodes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The table below shows examples of XPU occupation and proper MTF values:
| 00000001 | 3 | A 4-XPU, 2-XPU, and 1-XPU task can fill it |
| 00010001 | 4 | Two 2-XPU tasks and two 1-XPU tasks can fill it |

The node score is derived from the **delta(MTF)** the change in MTF value after allocation.
The node score is derived from the **delta(MTF)** - the change in MTF value after allocation.
A smaller delta(MTF) indicates a better fit and results in a higher score.
The scoring logic is shown below:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ nodeGPUMigInstance{deviceidx="1",deviceuuid="GPU-30f90f49-43ab-0a78-bf5c-93ed41e

:::note

1. No action is required on MIG nodes everything is managed by `mig-parted` in `hami-device-plugin`.
1. No action is required on MIG nodes - everything is managed by `mig-parted` in `hami-device-plugin`.
2. NVIDIA devices older than the Ampere architecture do not support MIG mode.
3. MIG resources (e.g., `nvidia.com/mig-1g.10gb`) won’t be visible on the node.
HAMi uses a unified resource name for both MIG and hami-core nodes.
Expand Down
Loading