amdtweak
amdtweak copied to clipboard
A library that can be used to manipulate ATOM and PowerPlay (PP) tables of AMDGPUs
Hi, is it possible to have VEGA20 support ? best regards.
I am interested in the non power_play table information like bios info and vram module info. I can't seem to print this information out though. Below is the code that...
Each of my gpus is a snowflake and I need to a UUID in order to identify each of them. However, I can't seem to find any kind of unique...
do you know if is possible (or how) to change memory strapping times ?
Add VEGA10 chip support (RX-VEGA 56/64) Add RX-560 and RX-VEGA64 pp_table samples As I have not understand how to make a rebase with GIT, I have delete my repo and...
After some check in code, you should document usage of method __read_file_pp. when doing something like this : ./amdtweak --verbose --read-file-pp ../pp_tables/card_0.raw_pp_table --print it doesn't do anything because __read_file_pp() doesn't...
When I run `sudo ./amdtweak --card 0 --read-card-pp --print` the first line printed is `WARNING: 'HardLimitTable': Couldn't find versioned type 'HardLimitTable$1'` When trying to make what I think of as...
Hi, after some more tests, it is clear that AMD RX-Vega56/64 specs are not detected as it should: ``` WARNING: 'GfxClockDependencyTable': Couldn't find versioned type 'GfxClockDependencyTable$1' WARNING: 'VddcLookupTable': Couldn't find...