You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gpu-aware-scheduling/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# GPU Aware Scheduling
2
-
GPU Aware Scheduling (GAS) allows using GPU resources such as memory amount for scheduling decisions in Kubernetes. It is primarily targeted at preventing bad scheduling decisions during situations when the POD resource requirement can only be satisfied by fragmenting over several GPUs of the node and cannot be met by any single GPU.
2
+
GPU Aware Scheduling (GAS) allows using GPU resources such as memory amount for scheduling decisions in Kubernetes. It is used to optimize scheduling decisions when the POD resource requirements need to use several GPUS or fragments of GPUs on a node, instead of traditionally mapping a GPU to a pod.
3
3
4
-
GPU Aware Scheduling is made up of one component deployed in a single pod on a Kubernetes Cluster.
4
+
GPU Aware Scheduling is deployed in a single pod on a Kubernetes Cluster.
5
5
6
6
**This software is a pre-production alpha version and should not be deployed to production servers.**
0 commit comments