Skip to content

Commit 031ee64

Browse files
committed
gpu/doc: Add Max Series support and a note about SR-IOV
Signed-off-by: Tuomas Katila <[email protected]>
1 parent a074384 commit 031ee64

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

cmd/gpu_plugin/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ Table of Contents
2424
* [Verify Plugin Registration](#verify-plugin-registration)
2525
* [Testing and Demos](#testing-and-demos)
2626
* [Labels created by GPU plugin](#labels-created-by-gpu-plugin)
27+
* [SR-IOV use with the plugin](#sr-iov-use-with-the-plugin)
2728
* [Issues with media workloads on multi-GPU setups](#issues-with-media-workloads-on-multi-gpu-setups)
2829
* [Workaround for QSV and VA-API](#workaround-for-qsv-and-va-api)
2930

3031

3132
## Introduction
3233

3334
Intel GPU plugin facilitates Kubernetes workload offloading by providing access to
34-
discrete (including Intel® Data Center GPU Flex Series) and integrated Intel GPU devices
35+
discrete (including Intel® Data Center GPU Flex & Max Series) and integrated Intel GPU devices
3536
supported by the host kernel.
3637

3738
Use cases include, but are not limited to:
@@ -344,6 +345,12 @@ The GPU plugin functionality can be verified by deploying an [OpenCL image](../.
344345

345346
If installed with NFD and started with resource-management, plugin will export a set of labels for the node. For detailed info, see [labeling documentation](./labels.md).
346347

348+
## SR-IOV use with the plugin
349+
350+
GPU plugin does __not__ setup SR-IOV. It has to be configured by the cluster admin.
351+
352+
GPU plugin does however support provisioning Virtual Functions (VFs) to containers for a SR-IOV enabled GPU. When the plugin detects a GPU with SR-IOV VFs configured, it will only provision the VFs and leaves the PF device on the host.
353+
347354
## Issues with media workloads on multi-GPU setups
348355

349356
OneVPL media API, 3D and compute APIs provide device discovery

0 commit comments

Comments
 (0)