From 5c1e2355916e9a7a7de3e5a1bb15b260ffef0649 Mon Sep 17 00:00:00 2001 From: buchel_k Date: Mon, 28 Nov 2022 13:46:45 +0000 Subject: [PATCH] add regular tasks by the Core Linux Team --- rhel8/nvidia.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rhel8/nvidia.md b/rhel8/nvidia.md index 0f8fecb9..43aa2dc1 100644 --- a/rhel8/nvidia.md +++ b/rhel8/nvidia.md @@ -157,3 +157,10 @@ After manual CUDA installation you should think about enabling and starting `nvi systemctl enable nvidia-persistenced systemctl start nvidia-persistenced ``` + + +## Regular Tasks by the Core Linux Team +- classify new driver branches and beta versions in the [snapshot preparation script](https://git.psi.ch/linux-infra/repo01_pli-scripts/-/blob/master/libexec/fix-snapshot/20_remove_nvidia_beta_drivers#L90) +- update the latest production branch in [Puppet managed vidia software installation script](https://git.psi.ch/linux-infra/puppet/-/blob/preprod/code/modules/profile/files/nvidia/ensure-nvidia-software#L17) +- add more production/long term support branches supported by [`nvidia-detect`](http://elrepo.org/tiki/nvidia-detect) to the [Puppet managed Nvidia software installation script](https://git.psi.ch/linux-infra/puppet/-/blob/preprod/code/modules/profile/files/nvidia/ensure-nvidia-software#L62) +- update the [driver version to CUDA version mapping script](https://git.psi.ch/linux-infra/puppet/-/blob/preprod/code/modules/profile/files/nvidia/suitable_cuda_version#L21) according to new entries in the [CUDA Release Notes](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html)