Difference between revisions of "GPU Support"

From Open-IOV
Jump to navigation Jump to search
Line 141: Line 141:
|Nvidia
|Nvidia
|Maxell
|Maxell
|*(see exceptions below)
|*(exceptions)
|[https://nouveau.freedesktop.org/ Nouveau], [https://open-iov.org/index.php/GPU_Driver_Internals#OpenRM OpenRM]
|[https://nouveau.freedesktop.org/ Nouveau], [https://open-iov.org/index.php/GPU_Driver_Internals#OpenRM OpenRM]
|RM
|RM
Line 254: Line 254:
|Tonga
|Tonga
|W7100
|W7100
|AMDGPU, [https://github.com/GPUOpen-LibrariesAndSDKs/MxGPU-Virtualization GPU-IOV Module (Deprecated)]
|AMDGPU, [https://github.com/GPUOpen-LibrariesAndSDKs/MxGPU-Virtualization MxGPU / GIM / GPU-IOV Module (Deprecated)]
|AMDGPU-Pro
|AMDGPU-Pro
|No
|No
Line 271: Line 271:
|Tonga
|Tonga
|S71**
|S71**
|AMDGPU, [https://github.com/GPUOpen-LibrariesAndSDKs/MxGPU-Virtualization GPU-IOV Module (Deprecated)]
|AMDGPU, [https://github.com/GPUOpen-LibrariesAndSDKs/MxGPU-Virtualization MxGPU / GIM / GPU-IOV Module (Deprecated)]
|AMDGPU-Pro
|AMDGPU-Pro
|No
|No

Revision as of 00:13, 6 January 2023

Abstract

The following document will detail GPU Support for SR-IOV, SIOV, and VFIO-Mdev functionality.

Overview

Feature Matrix
Hardware Drivers Virtual I/O Assistance Modes Kernel Userspace
Vendor Architecture Model Libre Drivers Blob Drivers 'Merged' Host+Guest Acceleration Manufacturer Support Mdev Support SR-IOV Support SIOV Support GVM-kernel Support GVM-cli Support GVM-mgr Support LibGVM Support LibVF.IO Support
Intel 6th Generation (Skylake) *HD i915 Yes Legacy Yes No No No No No Yes
Intel 7th Generation (Kaby Lake) *HD i915 Yes Legacy Yes No No No No No Yes
Intel 8th Generation (Coffee Lake) *HD i915 Yes Legacy Yes No No No No No Yes
Intel 9th Generation (Cannon Lake) *HD i915 Yes Legacy Yes No No No No No Yes
Intel 10th Generation (Ice Lake) i915 No Legacy No No No No No No No
Intel 11th Generation (Tiger Lake) Xe* i915 Yes Yes Yes Yes In Development In Development Yes
Intel 12th Generation (Alder Lake) Xe* i915 Yes Yes Yes In Development Yes In Development In Development Yes
Nvidia Maxell *(exceptions) Nouveau, OpenRM RM Yes Yes Yes No No Yes In Development In Development Yes
Nvidia Pascal * Nouveau, OpenRM RM Yes Yes Yes No No Yes In Development In Development Yes
Nvidia Turing * Nouveau, OpenRM RM Yes Yes Yes No No Yes In Development In Development Yes
Nvidia Ampere A* Nouveau (Development), OpenRM RM No: DisplayModeSelector Yes Yes Yes No Yes In Development In Development Yes
Nvidia Ampere RTX 30** Nouveau (Development), OpenRM RM In Development Yes Yes No No In Development In Development In Development In Development
Nvidia Ada Lovelace * OpenRM Yes In Development In Development In Development In Development
Nvidia Hopper * OpenRM Yes
AMD Tonga W7100 AMDGPU, MxGPU / GIM / GPU-IOV Module (Deprecated) AMDGPU-Pro No EOL (2017) No Yes

(patched)

No No No No Yes
AMD Tonga S71** AMDGPU, MxGPU / GIM / GPU-IOV Module (Deprecated) AMDGPU-Pro No EOL (2017) No Yes No No No No Yes
AMD Vega * AMDGPU AMDGPU-Pro No Partial Unknown Yes No No No No No
AMD Navi * AMDGPU AMDGPU-Pro No Partial Unknown Yes No No No No No

Intel

This section will cover Mdev support on Intel GPUs.

Hardware

GPUs supporting GVT-g (software based mediation)[1]:

  • Intel HD Graphics 5500
  • Intel HD Graphics 6000
  • Intel HD Graphics 510
  • Intel HD Graphics 520
  • Intel HD Graphics 530
  • Intel HD Graphics 620
  • Intel HD Graphics 630
  • Intel UHD Graphics 620
  • Intel UHD Graphics 630

GPUs supporting SR-IOV (hardware based mediation):

  • Intel Iris Xe Graphics [2][3]
  • Intel Iris Xe MAX Graphics

Drivers

Drivers with GVT-g support:

Drivers with SR-IOV support:

Nvidia

This section will cover Mdev support on Nvidia GPUs.

Hardware

  • All(?) Volta based GPUs (V-series)
  • All(?) Turing based GPUs (20-series)
  • All(?) Pascal based GPUs (10-series)
  • Most Maxwell based GPUs (9-series) with the following notable exceptions:
    • GTX 970 (mixed FB regions)
    • Quadro M2000 (mixed FB regions)
    • Tesla M40 [4]
  • NVIDIA A100 HGX 80GB
  • NVIDIA A100 PCIe 80GB (SR-IOV: 20VF [5])
  • NVIDIA A100X
  • NVIDIA A100 HGX 40GB
  • NVIDIA A100 PCIe 40GB (SR-IOV: 16VF [6])
  • NVIDIA A40 (SR-IOV: 32VF [7])
  • NVIDIA A30 (SR-IOV: 8VF [8])
  • NVIDIA A30X
  • NVIDIA A16 (SR-IOV: 16VF [9])
  • NVIDIA A10 (SR-IOV: 32VF [10])
  • NVIDIA A2 (SR-IOV: 16VF [11])
  • NVIDIA RTX A6000
  • NVIDIA RTX A5000
  • Quadro RTX 8000 (SR-IOV: 24 VF [12])
  • Quadro RTX 8000 passive
  • Quadro RTX 6000 (SR-IOV: 24 VF [13])
  • Quadro RTX 6000 passive
  • Tesla V100
  • Tesla T4 (SR-IOV: 16VF [14])
  • Tesla P100
  • Tesla P40
  • Tesla P6
  • Tesla P4
  • Tesla M60
  • Tesla M10
  • Tesla M6
  • GRID K2 (Citrix XenServer and VMware ESXi only)
  • GRID K1 (Citrix XenServer and VMware ESXi only)

Drivers

The most widely used method of enabling Mdev functionality on Nvidia GPUs is via the use of Nvidia's proprietary driver package.

Nvidia's proprietary Mdev driver supports both SR-IOV as well as software based mediation. The appropriate mode is chosen between the two methods based on hardware architecture.

AMD

This section will cover Mdev support on AMD GPUs.

Hardware

Supported GPUs:

  • AMD FirePro S7150
  • AMD Radeon Pro V520 [15]
  • AMD FirePro W7100 [15]

Drivers

The open source GIM driver supports AMD Tonga architecture GPUs such as the FirePro S7150/W7100. Modern kernel versions require pull request 24.

The availability of virtualization drivers beyond AMD's Tonga architecture is unclear.