We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455d44e commit 89d5334Copy full SHA for 89d5334
ethminer/README.md
@@ -83,7 +83,7 @@ CC=/path/to/compiler/bin/clang cmake=/path/to/compiler/bin/clang++ .. -DUSE_NVID
83
To compile the code for AMD, please use the following `cmake` command:
84
85
```
86
-CC=/path/to/compiler/bin/clang cmake=/path/to/compiler/bin/clang++ .. -DUSE_AMD_BACKEND={gfx90a|gfx908} -DETHASHSYCL=ON
+CC=/path/to/compiler/bin/clang cmake=/path/to/compiler/bin/clang++ .. -DUSE_AMD_BACKEND=ON -DUSE_AMD_ARCH={gfx90a|gfx908} -DETHASHSYCL=ON
87
88
89
0 commit comments