Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 4bbe2cf

Browse files
catbladetejasshahintel
authored andcommitted
Update README.md
1 parent e657404 commit 4bbe2cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpu-aware-scheduling/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 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.
33

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.
55

66
**This software is a pre-production alpha version and should not be deployed to production servers.**
77

0 commit comments

Comments
 (0)