Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AMD Memory Tweak
---
#### Read and modify memory timings "on the fly"
#### Read and modify memory timings "on the fly" for AMD GPUs
---

![alt text](http://eliovp.com/latestGUIR7incl.png)
Expand Down Expand Up @@ -49,7 +49,7 @@ $ g++ AmdMemTweak.cpp -lpci -lresolv -o amdmemtweak
| - -help | | Show this output |
| - -version\|--v | | Show version info |
| - -gpu\|- -i | Comma-Seperated gpu indices | Selected device(s) |
| - -current | | List current twiming values |
| - -current | | List current timing values |

##### Command line options: (HBM2)
##
Expand Down Expand Up @@ -187,7 +187,7 @@ $ g++ AmdMemTweak.cpp -lpci -lresolv -o amdmemtweak
##### Example Usage (Linux):
##
```sh
$ sudo ./amdmemtool --i 0,3,5 --faw 100 --RFC 100
$ sudo ./amdmemtweak --i 0,3,5 --faw 100 --RFC 100
```

##### Example Usage (Windows):
Expand Down Expand Up @@ -216,7 +216,7 @@ Refresh Timings tRFC, tRFCSB, tRREFD, tREFI
## Some extra info
Still not all possible timings have been exposed.
However, it's not such a big deal to add more of them in the tool.
The ones available are more or like the most important ones.
The ones available are more or less the most important ones.

Some users have reported very nice results already, please continue to contribute to these results.
[Example](https://bitcointalk.org/index.php?topic=5123724)
Expand Down