Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change reference to kernel-mode GPU compute driver #364

Merged
merged 4 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/install/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Grant GPU access to all users on the system
sudo udevadm control --reload-rules && sudo udevadm trigger

This configuration grants all users read and write access to AMD GPU resources,
including the AMD Kernel Fusion Driver (KFD) and Direct Rendering Manager (DRM) devices.
including the AMD kernel-mode GPU compute driver and Direct Rendering Manager (DRM) devices.

Grant GPU access to a custom group
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -348,7 +348,7 @@ Grant GPU access to a custom group
sudo udevadm control --reload-rules && sudo udevadm trigger

This configuration grants all users in the ``devteam`` group read and write access to AMD GPU resources,
including the Kernel Fusion Driver (KFD) and Direct Rendering Manager (DRM) devices.
including the AMD kernel-mode GPU compute driver and Direct Rendering Manager (DRM) devices.

Disable integrated graphics (IGP), if applicable
================================================================
Expand Down
8 changes: 3 additions & 5 deletions docs/reference/user-kernel-space-compat-matrix.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
.. meta::
:description: User and kernel-space support matrix

:keywords: Linux support, support matrix, system requirements, user space versions, Kernel Fusion
Driver , AMD, ROCm
:keywords: Linux support, support matrix, system requirements, user space versions, kernel-mode GPU compute driver, AMD, ROCm

*****************************************************************************************
User and kernel-space support matrix
*****************************************************************************************

ROCm™ provides forward and backward compatibility between the Kernel Fusion
Driver (KFD) and its user space software for +/- 2 releases. This table shows
ROCm™ provides forward and backward compatibility between the kernel-mode GPU compute driver
and its user space software for +/- 2 releases. This table shows
the compatibility combinations that are currently supported.

.. csv-table::
Expand Down
Loading