From 13e20c9abf367abf07a3700bb5d2c45fb740a294 Mon Sep 17 00:00:00 2001 From: Tuomas Katila Date: Fri, 16 Sep 2022 15:24:46 +0300 Subject: [PATCH] gpu: fix documentation links Signed-off-by: Tuomas Katila --- cmd/gpu_nfdhook/README.md | 2 +- cmd/gpu_plugin/README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cmd/gpu_nfdhook/README.md b/cmd/gpu_nfdhook/README.md index 9cc558d8..2735f847 100644 --- a/cmd/gpu_nfdhook/README.md +++ b/cmd/gpu_nfdhook/README.md @@ -40,7 +40,7 @@ Following labels are created by default. You may turn numeric labels into extend name | type | description| -----|------|------| |`gpu.intel.com/millicores`| number | node GPU count * 1000. Can be used as a finer grained shared execution fraction. -|`gpu.intel.com/memory.max`| number | sum of detected [GPU memory amounts](#GPU-memory) in bytes OR environment variable value * GPU count +|`gpu.intel.com/memory.max`| number | sum of detected [GPU memory amounts](#gpu-memory) in bytes OR environment variable value * GPU count |`gpu.intel.com/cards`| string | list of card names separated by '`.`'. The names match host `card*`-folders under `/sys/class/drm/`. Deprecated, use `gpu-numbers`. |`gpu.intel.com/gpu-numbers`| string | list of numbers separated by '`.`'. The numbers correspond to device file numbers for the primary nodes of given GPUs in kernel DRI subsystem, listed as `/dev/dri/card` in devfs, and `/sys/class/drm/card` in sysfs. |`gpu.intel.com/tiles`| number | sum of all detected GPU tiles in the system. diff --git a/cmd/gpu_plugin/README.md b/cmd/gpu_plugin/README.md index 255b168e..9dbc42ea 100644 --- a/cmd/gpu_plugin/README.md +++ b/cmd/gpu_plugin/README.md @@ -6,7 +6,10 @@ Table of Contents * [Modes and Configuration Options](#modes-and-configuration-options) * [Installation](#installation) * [Pre-built Images](#pre-built-images) - * [Fractional Resources](#fractional-resources) + * [Install to all nodes](#install-to-all-nodes) + * [Install to nodes with Intel GPUs with NFD](#install-to-nodes-with-intel-gpus-with-nfd) + * [Install to nodes with Intel GPUs with Fractional resources](#install-to-nodes-with-intel-gpus-with-fractional-resources) + * [Fractional resources details](#fractional-resources-details) * [Verify Plugin Registration](#verify-plugin-registration) * [Testing and Demos](#testing-and-demos) * [Issues with media workloads on multi-GPU setups](#issues-with-media-workloads-on-multi-gpu-setups)