mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
gpu: fix documentation links
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
This commit is contained in:
parent
1b79b52652
commit
13e20c9abf
@ -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<num>` in devfs, and `/sys/class/drm/card<num>` in sysfs.
|
||||
|`gpu.intel.com/tiles`| number | sum of all detected GPU tiles in the system.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user