From 6de14a4e8e6117a82c38cc2d1d55283cd9155079 Mon Sep 17 00:00:00 2001 From: harakas Date: Fri, 26 Jan 2024 11:33:11 +0200 Subject: [PATCH] docker/rocm: updated README --- docker/rocm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/rocm/README.md b/docker/rocm/README.md index f1a21b190..4097a4a38 100644 --- a/docker/rocm/README.md +++ b/docker/rocm/README.md @@ -19,7 +19,7 @@ $ docker run --device=/dev/kfd --device=/dev/dri --group-add video \ ... ``` -When running on iGPU you likely need to specify the proper `HSA_OVERRIDE_GFX_VERSION` environment variable. For chip specific docker images this is done automatically, for others you need to figure out what it is. AMD/ROCm does not officially support the iGPUs. See the [ROCm issue](https://github.com/ROCm/ROCm/issues/1743#issuecomment-1149902796) for context and examples. +When running on iGPU you likely need to specify the proper `HSA_OVERRIDE_GFX_VERSION` environment variable. For chip specific docker images this is done automatically, for others you need to figure out what it is. AMD/ROCm does not officially support the iGPUs. See the [ROCm issue](https://github.com/ROCm/ROCm/issues/174) for context and examples. If you have `gfx90c` (can be queried with `/opt/rocm/bin/rocminfo`) then you need to run with the gfx900 driver, so you would modify the docker launch by something like this: