From e80a6920812a7727fb6213b4b02bee877e541c68 Mon Sep 17 00:00:00 2001 From: Stewart Blacklock Date: Wed, 29 Jan 2025 09:09:23 -0800 Subject: [PATCH] Update README.md archive message --- gpu-aware-scheduling/README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.