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
8 changes: 4 additions & 4 deletions docs/userguide/enflame-device/enable-enflame-gcu-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ title: Enable Enflame GPU Sharing

**HAMi now supports sharing on enflame.com/gcu(i.e., S60) by implementing most device-sharing features as nvidia-GPU**, including:

***GCU sharing***: Each task can allocate a portion of GCU instead of a whole GCU card, thus GCU can be shared among multiple tasks.
**GCU sharing**: Each task can allocate a portion of GCU instead of a whole GCU card, thus GCU can be shared among multiple tasks.

***Device Memory and Core Control***: GCUs can be allocated with certain percentage of device memory and core, we make sure that it does not exceed the boundary.
**Device Memory and Core Control**: GCUs can be allocated with a certain percentage of device memory and core, with hard limits enforced to prevent exceeding the allocation.

***Device UUID Selection***: You can specify which GCU devices to use or exclude using annotations.
**Device UUID Selection**: You can specify which GCU devices to use or exclude using annotations.

***Very Easy to use***: You don't need to modify your task yaml to use our scheduler. All your GPU jobs will be automatically supported after installation.
**No task YAML changes required**: All GCU jobs are automatically supported after installation.

## Prerequisites

Expand Down
10 changes: 5 additions & 5 deletions docs/userguide/iluvatar-device/enable-iluvatar-gpu-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ title: Enable Iluvatar GPU Sharing

**HAMi now supports iluvatar.ai/gpu(i.e., MR-V100, BI-V150, BI-V100) by implementing most device-sharing features as nvidia-GPU**, including:

***GPU sharing***: Each task can allocate a portion of GPU instead of a whole GPU card, thus GPU can be shared among multiple tasks.
**GPU sharing**: Each task can allocate a portion of GPU instead of a whole GPU card, thus GPU can be shared among multiple tasks.

***Device Memory Control***: GPUs can be allocated with a specific device memory size, with hard limits enforced to prevent exceeding the allocation.
**Device Memory Control**: GPUs can be allocated with a specific device memory size, with hard limits enforced to prevent exceeding the allocation.

***Device Core Control***: GPUs can be allocated with limited compute cores, with hard limits enforced to prevent exceeding the allocation.
**Device Core Control**: GPUs can be allocated with limited compute cores, with hard limits enforced to prevent exceeding the allocation.

***Device UUID Selection***: You can specify which GPU devices to use or exclude using annotations.
**Device UUID Selection**: You can specify which GPU devices to use or exclude using annotations.

***Very Easy to use***: You don't need to modify your task yaml to use our scheduler. All your GPU jobs will be automatically supported after installation.
**No task YAML changes required**: All GPU jobs are automatically supported after installation.

## Prerequisites

Expand Down
Loading