aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Peschel2023-07-07 17:42:48 -0400
committerMark Peschel2023-07-07 17:42:48 -0400
commitc940b5b13d566b4b9ff87befd54934995f9d1110 (patch)
tree961688447c4f3b00f33d4aea8b6956d8f6aea26e
parent894c3547a03561b530abfa5c4b6772357731c5a1 (diff)
parent385dde0b8cfc2dcd4b0df419f5691beb7b02645d (diff)
downloadaur-c940b5b13d566b4b9ff87befd54934995f9d1110.tar.gz
Fix documentation bug should be target.lst not targets
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ad739ffe74cd..5776d408dd1a 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ I have not tested this.
I am told that this repo will automatically detect which supported graphics cards are installed on your machine,
and you should not need to configure it to build for e.g. gfx90a if you have such a card.
If you are building for a gfx not installed on your machine, such as gfx1030 to run on a gfx1031 card,
-you must create the file `/opt/rocm/bin/targets.lst` and add each gfx architecture you want to build for.
+you must create the file `/opt/rocm/bin/target.lst` and add each gfx architecture you want to build for.
Something like:
```
gfx900
@@ -61,7 +61,7 @@ As of 2023-07-05, I have confirmed that RX 580 (gfx803) is NOT supported, and th
```
export HSA_OVERRIDE_GFX_VERSION=10.3.0
```
-but you must set up `targets.lst` to contain `gfx1030` before building.
+but you must set up `target.lst` to contain `gfx1030` before building.
You can find your gfx by running `/opt/rocm/bin/rocminfo | grep gfx` after installing `rocminfo`.
### Pull requests welcome.