aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIkko Eltociear Ashimine <[email protected]>2024-03-08 09:35:05 +0900
committerGitHub <[email protected]>2024-03-08 01:35:05 +0100
commit14a40169643e2fc740de75e896b53d55dc75dfe0 (patch)
treeac16332f8983b726a45497ea808f3a8b8026907c
parentaf0216b1a000cb2f8b705611a9198c916cca3146 (diff)
downloadZLUDA-14a40169643e2fc740de75e896b53d55dc75dfe0.tar.gz
ZLUDA-14a40169643e2fc740de75e896b53d55dc75dfe0.zip
Update README.md (#166)
underying -> underlying
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2756292..52927d0 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ If an application fails to start under ZLUDA or crashes please check [Known Issu
- If both integrated AMD GPU and dedicated AMD GPU are present in the system, ZLUDA uses the integrated GPU.
- This is a bug in underying ROCm/HIP runtime. You can work around it by disabling the integrated GPU.
+ This is a bug in underlying ROCm/HIP runtime. You can work around it by disabling the integrated GPU.
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.