Skip to content

Commit 89d5334

Browse files
author
jgtong
authored
Update README.md to specify AMD's arch in ethminer
1 parent 455d44e commit 89d5334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethminer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ CC=/path/to/compiler/bin/clang cmake=/path/to/compiler/bin/clang++ .. -DUSE_NVID
8383
To compile the code for AMD, please use the following `cmake` command:
8484

8585
```
86-
CC=/path/to/compiler/bin/clang cmake=/path/to/compiler/bin/clang++ .. -DUSE_AMD_BACKEND={gfx90a|gfx908} -DETHASHSYCL=ON
86+
CC=/path/to/compiler/bin/clang cmake=/path/to/compiler/bin/clang++ .. -DUSE_AMD_BACKEND=ON -DUSE_AMD_ARCH={gfx90a|gfx908} -DETHASHSYCL=ON
8787
8888
```
8989

0 commit comments

Comments
 (0)