Skip to content

Commit 64243af

Browse files
committed
Apply GPU plugin README feedback
Better phrasing + typo fix.
1 parent 6d12d86 commit 64243af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gpu_plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ There are 3 different Kernel Mode Drivers (KMDs) available:
234234
* `i915` (upstream): official upstream kernel driver for older Intel client GPUs. Included in the common Linux distributions like Ubuntu.
235235
* `xe`: official upstream kernel driver for the latest (Xe2 or newer architecture) Intel GPUs.
236236

237-
Although given KMD may seem to work fine also on other hardware (HW), it's validated only for [hardware it officially supports](https://dgpu-docs.intel.com/devices/hardware-table.html), and can have problems on others. User-space APIs also differ between these KMDs, so care should taken to use in a container an User Space Driver (UMD) matching to the underlying KMD on the host.
237+
Although given KMD may seem to work fine also on other hardware (HW), it's validated only for [hardware it officially supports](https://dgpu-docs.intel.com/devices/hardware-table.html), and can have problems on others. User-space APIs also differ between these KMDs, so care should be taken to ensure that User Space Drivers (UMDs) within containers match KMDs used on the nodes they run, e.g. by them being installed from the same repository.
238238
239239
| KMD | KMD / UMD packages | Support notes |
240240
|:---- |:-------- |:------- |

0 commit comments

Comments
 (0)