From 7d14c39f3dafc40e3ee18212945690763c1850ed Mon Sep 17 00:00:00 2001 From: ManInDark <61268856+ManInDark@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:15:44 +0100 Subject: [PATCH] Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ae0e21..755fa20 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ cargo xtask --release On Windows we recommend you use environment variable `HIP_VISIBLE_DEVICES=1` environment variable (more [here](https://rocmdocs.amd.com/en/latest/conceptual/gpu-isolation.html#hip-visible-devices)) or disable it system-wide in Device Manager. - On Linux we recommend you use environment variable `ROCR_VISIBLE_DEVICES=` where `` is the UUID of the dedicated GPU as reported by `rocminfo` command line tool (you can also use `HIP_VISIBLE_DEVICES=1`, but this does not seem to be stable). Alternatively you can disable integrated GPU syste-wide by passing `pci-stub.ids=:` to the kernel options. On Ubuntu you can pass additional kernel options by adding them to `/etc/default/grub` to the option `GRUB_CMDLINE_LINUX_DEFAULT`. You can find `:` with the help of `lspci -nn`. This will emit a series of lines with one of them matching you integrated GPU, for example:\ + On Linux we recommend you use environment variable `ROCR_VISIBLE_DEVICES=` where `` is the UUID of the dedicated GPU as reported by `rocminfo` command line tool (you can also use `HIP_VISIBLE_DEVICES=1`, but this does not seem to be stable). Alternatively you can disable integrated GPU system-wide by passing `pci-stub.ids=:` to the kernel options. On Ubuntu you can pass additional kernel options by adding them to `/etc/default/grub` to the option `GRUB_CMDLINE_LINUX_DEFAULT`. You can find `:` with the help of `lspci -nn`. This will emit a series of lines with one of them matching you integrated GPU, for example:\ `1b:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:164e] (rev c1)`\ `:` ar at the end, in this case `1002:164e`.