Skip to content

Commit 487d21b

Browse files
authored
Merge pull request #68 from archlitchi/update_documents
Update documents about README.md
2 parents eb1041c + 86cda3d commit 487d21b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ data:
105105
- name: deviceshare
106106
arguments:
107107
deviceshare.VGPUEnable: true # enable vgpu
108+
deviceshare.SchedulePolicy: binpack # scheduling policy. binpack / spread
108109
- name: predicates
109110
- name: proportion
110111
- name: nodeorder
@@ -121,6 +122,12 @@ HAMi-core is a user-layer resource isolator provided by HAMi community, works on
121122

122123
Dynamic-mig is a hardware resource isolator, works on Ampere arch or later GPU.
123124

125+
The table below shows the summary:
126+
| Mode | Isolation | MIG GPU Required | Annotation | Core/Memory Control | Recommended For |
127+
| ----------- | ---------------- | ---------------- | ---------- | ------------------- | -------------------------- |
128+
| HAMI-core | Software (VCUDA) | No | No | Yes | General workloads |
129+
| Dynamic MIG | Hardware | Yes | Yes | MIG-controlled | Performance-sensitive jobs |
130+
124131
You can set the sharing mode and customize your installation by adjusting the [configs](doc/config.md)
125132

126133

0 commit comments

Comments
 (0)