diff --git a/gpu-aware-scheduling/README.md b/gpu-aware-scheduling/README.md index 601073a..c6d62cb 100644 --- a/gpu-aware-scheduling/README.md +++ b/gpu-aware-scheduling/README.md @@ -1,3 +1,9 @@ +# PROJECT NOT UNDER ACTIVE MANAGEMENT +This project will no longer be maintained by Intel. +Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project. +Intel no longer accepts patches to this project. +If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project. + # GPU Aware Scheduling 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 include the use of several GPUs or fragments of GPUs on a node, instead of traditionally mapping a whole GPU to a pod.