Skip to content

Commit 455d44e

Browse files
author
Jason G. Tong
committed
Updating ReadMe with updated AMD backend macro
1 parent 904f86d commit 455d44e

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_AMDHIP_BACKEND={gfx90a|gfx908} -DETHASHSYCL=ON
86+
CC=/path/to/compiler/bin/clang cmake=/path/to/compiler/bin/clang++ .. -DUSE_AMD_BACKEND={gfx90a|gfx908} -DETHASHSYCL=ON
8787
8888
```
8989

0 commit comments

Comments
 (0)