1
1
# NVIDIA Linux Open GPU Kernel Module Source
2
2
3
3
This is the source release of the NVIDIA Linux open GPU kernel modules,
4
- version 535.216.01 .
4
+ version 535.216.03 .
5
5
6
6
7
7
## How to Build
@@ -17,7 +17,7 @@ as root:
17
17
18
18
Note that the kernel modules built here must be used with GSP
19
19
firmware and user-space NVIDIA GPU driver components from a corresponding
20
- 535.216.01 driver release. This can be achieved by installing
20
+ 535.216.03 driver release. This can be achieved by installing
21
21
the NVIDIA GPU driver from the .run file using the ` --no-kernel-modules `
22
22
option. E.g.,
23
23
@@ -180,15 +180,15 @@ software applications.
180
180
## Compatible GPUs
181
181
182
182
The open-gpu-kernel-modules can be used on any Turing or later GPU
183
- (see the table below). However, in the 535.216.01 release,
183
+ (see the table below). However, in the 535.216.03 release,
184
184
GeForce and Workstation support is still considered alpha-quality.
185
185
186
186
To enable use of the open kernel modules on GeForce and Workstation GPUs,
187
187
set the "NVreg_OpenRmEnableUnsupportedGpus" nvidia.ko kernel module
188
188
parameter to 1. For more details, see the NVIDIA GPU driver end user
189
189
README here:
190
190
191
- https://us.download.nvidia.com/XFree86/Linux-x86_64/535.216.01 /README/kernel_open.html
191
+ https://us.download.nvidia.com/XFree86/Linux-x86_64/535.216.03 /README/kernel_open.html
192
192
193
193
In the below table, if three IDs are listed, the first is the PCI Device
194
194
ID, the second is the PCI Subsystem Vendor ID, and the third is the PCI
@@ -749,6 +749,7 @@ Subsystem Device ID.
749
749
| NVIDIA H800 | 2324 10DE 17A8 |
750
750
| NVIDIA H20 | 2329 10DE 198B |
751
751
| NVIDIA H20 | 2329 10DE 198C |
752
+ | NVIDIA H20-3e | 232C 10DE 2063 |
752
753
| NVIDIA H100 80GB HBM3 | 2330 10DE 16C0 |
753
754
| NVIDIA H100 80GB HBM3 | 2330 10DE 16C1 |
754
755
| NVIDIA H100 PCIe | 2331 10DE 1626 |
0 commit comments