From 14a40169643e2fc740de75e896b53d55dc75dfe0 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 8 Mar 2024 09:35:05 +0900 Subject: [PATCH] Update README.md (#166) underying -> underlying --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.