From 7387c32a81319ca106a2bb84761700cd35014981 Mon Sep 17 00:00:00 2001 From: skaajas Date: Fri, 11 Jun 2021 15:35:10 +0300 Subject: [PATCH] Updated GPU device plugin documentation. --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d71c8577..286148e6 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,10 @@ The below sections detail existing plugins developed using the framework. ### GPU device plugin -The [GPU device plugin](cmd/gpu_plugin/README.md) supports Intel -[GVT-d](https://github.com/intel/gvt-linux/wiki/GVTd_Setup_Guide) device passthrough -and acceleration using GPUs of the following hardware families: - +The [GPU device plugin](cmd/gpu_plugin/README.md) supports Intel GPUs of the following hardware families: +- Intel Xe discrete GPUs, including Xe-LP, Xe-HPG and Xe-HP SDV - Integrated GPUs within Intel Core processors -- Intel Xeon processors -- Intel Visual Compute Accelerator (Intel VCA) +- Integrated GPUs Intel Xeon processors The demo subdirectory contains both a [GPU plugin demo video](demo/readme.md#intel-gpu-device-plugin-demo-video) as well as code for an OpenCL [FFT demo](demo/ubuntu-demo-opencl).