Skip to content

Commit 34071e3

Browse files
authored
Merge pull request #650 from skaajas/main
Updated GPU device plugin documentation.
2 parents 9d8fb39 + 956154c commit 34071e3

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,10 @@ The below sections detail existing plugins developed using the framework.
4444

4545
### GPU device plugin
4646

47-
The [GPU device plugin](cmd/gpu_plugin/README.md) supports Intel
48-
[GVT-d](https://github.com/intel/gvt-linux/wiki/GVTd_Setup_Guide) device passthrough
49-
and acceleration using GPUs of the following hardware families:
50-
47+
The [GPU device plugin](cmd/gpu_plugin/README.md) supports Intel GPUs of the following hardware families:
48+
- Intel Xe discrete GPUs, including Xe-LP, Xe-HPG and Xe-HP SDV
5149
- Integrated GPUs within Intel Core processors
52-
- Intel Xeon processors
53-
- Intel Visual Compute Accelerator (Intel VCA)
50+
- Integrated GPUs Intel Xeon processors
5451

5552
The demo subdirectory contains both a [GPU plugin demo video](demo/readme.md#intel-gpu-device-plugin-demo-video)
5653
as well as code for an OpenCL [FFT demo](demo/ubuntu-demo-opencl).

cmd/gpu_plugin/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,21 @@ Table of Contents
2020

2121
The GPU device plugin for Kubernetes supports acceleration using the following Intel GPU hardware families:
2222

23+
- Intel Xe discrete GPUs, including Xe-LP, Xe-HPG, Xe-HP SDV and XG310
2324
- Integrated GPUs within Intel Core processors
2425
- Integrated GPUs within Intel Xeon processors
2526
- Intel Visual Compute Accelerator (Intel VCA)
2627

2728
The GPU plugin facilitates offloading the processing of computation intensive workloads to GPU hardware.
28-
There are two primary use cases:
29+
Use cases include:
2930

30-
- hardware vendor-independent acceleration using the [Intel Media SDK](https://github.com/Intel-Media-SDK/MediaSDK)
31-
- OpenCL code tuned for high end Intel devices.
31+
- Media transcode
32+
- Media analytics
33+
- Cloud gaming
34+
- High performance computing
35+
- AI training and inference
3236

33-
For example, the Intel Media SDK can offload video transcoding operations, and the OpenCL libraries can provide computation acceleration for Intel GPUs
37+
For example, Intel oneAPI Video Processing Linbrary can offload video transcoding operations, and OpenCL or oneAPI Level Zero libraries can provide computation acceleration for Intel GPUs.
3438

3539
The device plugin can also be used with [GVT-d](https://github.com/intel/gvt-linux/wiki/GVTd_Setup_Guide) device
3640
passthrough and acceleration.

0 commit comments

Comments
 (0)