Skip to content

Commit ccfb0b9

Browse files
committed
added @EgoringKosmos recipe for fixing ROCm installs
1 parent 352805d commit ccfb0b9

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/installation/030_INSTALL_CUDA_AND_ROCM.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ machine. To test, open up a terminal window and issue the following
7777
command:
7878

7979
```
80-
rocm-smi
80+
rocminfo
8181
```
8282

8383
If you get a table labeled "ROCm System Management Interface" the
@@ -95,9 +95,17 @@ recent version of Ubuntu, 22.04. However, this [community-contributed
9595
recipe](https://novaspirit.github.io/amdgpu-rocm-ubu22/) is reported
9696
to work well.
9797

98-
After installation, please run `rocm-smi` a second time to confirm
98+
After installation, please run `rocminfo` a second time to confirm
9999
that the driver is present and the GPU is recognized. You may need to
100-
do a reboot in order to load the driver.
100+
do a reboot in order to load the driver. In addition, if you see
101+
errors relating to your username not being a member of the `render`
102+
group, you may fix this by adding yourself to this group with the command:
103+
104+
```
105+
sudo usermod -a -G render myUserName
106+
```
107+
108+
(Thanks to @EgoringKosmos for the usermod recipe.)
101109

102110
### Linux Install with a ROCm-docker Container
103111

0 commit comments

Comments
 (0)