Bitcoin Forum
April 28, 2024, 05:48:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 »
  Print  
Author Topic: AMD Mem Tweak XL - Read/modify timings/pp/straps on the fly  (Read 58785 times)
Mashy81
Jr. Member
*
Offline Offline

Activity: 225
Merit: 1


View Profile
June 05, 2019, 08:32:15 AM
 #821

Been testing Lexa RX550's (2gb elipida) with this tool. (To get them running with amdmemtweak linux cli version you need to add
Code:
(dev->device_id == 0x699f) || // Lexa [Radeon RX550]
to IsRelevantDeviceID.


Starting hashrate was approx 529H/S with TRM 1930 core, 1750 mem.

I lowered RFC to 82 (crashes at 80), and messed around with raising REF. Running at RFC 82 REF 50 gives around 545H/S.. which is a nice increase.

Cards also seemed stable at REF 100, and this got around 549H/S. How high can REF go? Well turns out no higher than 150 with my cards at least.

Seems like there is even more room for improvement with these cards... I will continue to experiment. I noticed someone selling a BIOS mod that claims 650H/S on these cards, so that seems like a nice target (if it really exists). Am I correct in saying that REF can't be changed with a BIOS mod? so this 650H/S bios mod (if real) must have gotten the increase without using REF?

Thanks for the tool, hopefully will report back with better hashrate increases for these cards.

I have some rx550 cards. I have baffin 8cu cards. They are soo efficient
I have managed to get up to 560hs with  1930 memory clock.
Maybe some of the new parameters in new cli version will push it higher.
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
pigfrown
Jr. Member
*
Offline Offline

Activity: 47
Merit: 1


View Profile
June 05, 2019, 11:10:17 AM
 #822

Been testing Lexa RX550's (2gb elipida) with this tool. (To get them running with amdmemtweak linux cli version you need to add
Code:
(dev->device_id == 0x699f) || // Lexa [Radeon RX550]
to IsRelevantDeviceID.


Starting hashrate was approx 529H/S with TRM 1930 core, 1750 mem.

I lowered RFC to 82 (crashes at 80), and messed around with raising REF. Running at RFC 82 REF 50 gives around 545H/S.. which is a nice increase.

Cards also seemed stable at REF 100, and this got around 549H/S. How high can REF go? Well turns out no higher than 150 with my cards at least.

Seems like there is even more room for improvement with these cards... I will continue to experiment. I noticed someone selling a BIOS mod that claims 650H/S on these cards, so that seems like a nice target (if it really exists). Am I correct in saying that REF can't be changed with a BIOS mod? so this 650H/S bios mod (if real) must have gotten the increase without using REF?

Thanks for the tool, hopefully will report back with better hashrate increases for these cards.

win cli version how to add support for  0x699f  Lexa [Radeon RX550? the other question, 1930 core? is it 1130? I do not think the card can do with 1930 core?

Ah my bad, yes I meant 1930 MEM, 1130 CORE. OOPS

Not tried the windows version but it also has a IsRelevantDeviceID function (https://github.com/Eliovp/amdmemorytweak/blob/master/win/WinAMDTweak.cpp line 644). You should be able to add (dev->device_id == 0x699f) to that function.

Bitrated user: pigfrown.
ivcelmik
Sr. Member
****
Offline Offline

Activity: 519
Merit: 250


View Profile WWW
June 05, 2019, 01:20:11 PM
 #823

Hi,

On Ubuntu how can I overclock mems for a Rx580 8Gb?

Thx in advance
serialp
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 06, 2019, 07:00:13 AM
 #824

Hello guys !
does anyone know how to disable auto-tune on phoenixminer ?
Because even with the parameters below given by @Zorg33 i got phoenixminer reboot regularly which is painful.

Weaker Vega 64 or flashed 64 (Samsung) - use if lucky timings aren't stable:
--CL 19 --RAS 30 --RCDRD 12 --RCDWR 6 --RC 44 --RP 13 --RRDS 5 --RRDL 5 --RTP 4 --FAW 18 --CWL 6 --WTRS 4 --WTRL 9 --WR 15 --WRRD 1 --RDWR 18 --REF 17000 --RFC 248

So until finding the sweet spot for my vega 56 flashed to 64, i just updated the REF to 17000 for which i get 47+ mhs.

Thanks in advance for your help.
itstommygun
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
June 06, 2019, 01:59:05 PM
 #825

Anyone use this on an R9 380 4G? I'm curious how far I can push my results but I don't have the slightest clue where to start with all these terms...
darman
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 07, 2019, 11:15:46 PM
 #826

Been testing Lexa RX550's (2gb elipida) with this tool. (To get them running with amdmemtweak linux cli version you need to add
Code:
(dev->device_id == 0x699f) || // Lexa [Radeon RX550]
to IsRelevantDeviceID.


Starting hashrate was approx 529H/S with TRM 1930 MEM, 1130 CORE.

I lowered RFC to 82 (crashes at 80), and messed around with raising REF. Running at RFC 82 REF 50 gives around 545H/S.. which is a nice increase.

Cards also seemed stable at REF 100, and this got around 549H/S. How high can REF go? Well turns out no higher than 150 with my cards at least.

Seems like there is even more room for improvement with these cards... I will continue to experiment. I noticed someone selling a BIOS mod that claims 650H/S on these cards, so that seems like a nice target (if it really exists). Am I correct in saying that REF can't be changed with a BIOS mod? so this 650H/S bios mod (if real) must have gotten the increase without using REF?

Thanks for the tool, hopefully will report back with better hashrate increases for these cards.

Hi. Thanks for info on Lexas.
I have 2 Lexa RX550 together with 4 Baffin cards but I have no clue what parameters to use on amdmemorytweak/Teamredminer on linux.
Same for a RX480s rig/Claymore on linux. No idea about parameters neither.
I am only using the tool with 3 Vegas I have and it runs stable/Teamredminer again on linux. A lot of options and recommendations for Vegas on this thread but nothing real clear for 550s or 480s and I follow the thread for quite a bit of time.
Can please somebody give me some settings recommendations to get me started?
Help appreciated
Thanks
darman
lgokan
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
June 08, 2019, 06:57:03 AM
Last edit: June 08, 2019, 07:27:23 AM by lgokan
 #827

Eliovp!
Congratulations on your work! Thank you for sharing this with ordinary mortals and crypto enthusiasts.

I invite you to beer and grill.  Smiley

How can I import the values automatically after restart?

Thanx
pigfrown
Jr. Member
*
Offline Offline

Activity: 47
Merit: 1


View Profile
June 08, 2019, 01:56:00 PM
Last edit: June 08, 2019, 02:53:07 PM by pigfrown
 #828

Been testing Lexa RX550's (2gb elipida) with this tool. (To get them running with amdmemtweak linux cli version you need to add
Code:
(dev->device_id == 0x699f) || // Lexa [Radeon RX550]
to IsRelevantDeviceID.


Starting hashrate was approx 529H/S with TRM 1930 MEM, 1130 CORE.

I lowered RFC to 82 (crashes at 80), and messed around with raising REF. Running at RFC 82 REF 50 gives around 545H/S.. which is a nice increase.

Cards also seemed stable at REF 100, and this got around 549H/S. How high can REF go? Well turns out no higher than 150 with my cards at least.

Seems like there is even more room for improvement with these cards... I will continue to experiment. I noticed someone selling a BIOS mod that claims 650H/S on these cards, so that seems like a nice target (if it really exists). Am I correct in saying that REF can't be changed with a BIOS mod? so this 650H/S bios mod (if real) must have gotten the increase without using REF?

Thanks for the tool, hopefully will report back with better hashrate increases for these cards.

Hi. Thanks for info on Lexas.
I have 2 Lexa RX550 together with 4 Baffin cards but I have no clue what parameters to use on amdmemorytweak/Teamredminer on linux.
Same for a RX480s rig/Claymore on linux. No idea about parameters neither.
I am only using the tool with 3 Vegas I have and it runs stable/Teamredminer again on linux. A lot of options and recommendations for Vegas on this thread but nothing real clear for 550s or 480s and I follow the thread for quite a bit of time.
Can please somebody give me some settings recommendations to get me started?
Help appreciated
Thanks
darman

There are good instructions for Lexa 550's in CN_GENERAL_TUNING that comes with teamredminer... but with the latest version of TRM it autodetects the best setting (L4+3), at least with my cards.

With the latest TRM and decent straps (PolarisBiosEditor/SRBPolaris) for elpida you should get 530h/s. Boost REF to 20 and you'll get 545. Core 1100, Mem 1950

Hi,

On Ubuntu how can I overclock mems for a Rx580 8Gb?

Thx in advance

https://wiki.archlinux.org/index.php/AMDGPU#Overclocking

You can also use a tool like OhGodATool.. the original was taken off github but forks of it still exist.

Bitrated user: pigfrown.
darman
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 09, 2019, 11:24:55 AM
 #829

Hi, thanks for your answer.
Anyway, I meant values settings on Amdmemtweak not TRM.

You do mention :
Quote
'...I lowered RFC to 82 (crashes at 80), and messed around with raising REF. Running at RFC 82 REF 50 gives around 545H/S.. which is a nice increase.
                                          Cards also seemed stable at REF 100, and this got around 549H/S. How high can REF go? Well turns out no higher than 150 with my cards at least...'
                         [end quote]
As I said, I have not seen yet amdmemtweak example commands for RX550s or even RX470,480s, 580s. A lot for Vegas though and I understand it's where there are significant advantages.

Can anyone share amdmemtweak examples for RX550s and 480s?
Thanks
Armando
Eketubol
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
June 10, 2019, 06:38:15 AM
 #830

Hello,

I was wondering if it is possible to under volt my AMD cards using AMDMemTweak?

I normally under volt using OhGodATool but it seems to have stopped working on the newer AMD drivers (No longer applies any undervolts but still applies other OC's).

If I can do that with this tool that would be very helpful.

Thank you.
D8V1D
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile
June 10, 2019, 11:01:58 PM
Last edit: June 11, 2019, 02:36:22 AM by D8V1D
 #831

Is there a way to apply the same settings to all GPUs on the GUI version?
Right now I'm using the import button to apply each GPU.
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
June 11, 2019, 10:32:22 AM
 #832

Curious to see whether the new NAVI Gpu's will be moddable at all.
Tweaking GDDR6 could potentially yield some really strong results.

I'm sure eliovp would be right on it and share with the community, right? Right?...

Grin
jstefanop
Legendary
*
Offline Offline

Activity: 2090
Merit: 1396


View Profile
June 11, 2019, 02:31:38 PM
 #833

Curious to see whether the new NAVI Gpu's will be moddable at all.
Tweaking GDDR6 could potentially yield some really strong results.

I'm sure eliovp would be right on it and share with the community, right? Right?...

Grin

BIOS is locked like vegas, no reason why timings should not be modifiable over register space unless AMD has caught on and locks out this in user space.

Either way NAVI will perform exactly the same as Vega 56/64....memory bandwidth is the same GDDR6 will just perform slightly better due to tighter timings over HBM...major thing will be power savings over vega

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
stepero
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
June 12, 2019, 03:08:06 AM
Last edit: June 12, 2019, 12:24:40 PM by stepero
 #834

GUI version. After rebooting the PC, how to apply the profile AMD Memory Tweak (which is saved as .xml)?
Created such a BAT file (c:\AMDMemTweak_GUI_Version_Beta6_x64\AMDMemoryTweak.exe -550H.xml) not applicable Grin
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
June 12, 2019, 03:32:31 PM
 #835

GUI version. After rebooting the PC, how to apply the profile AMD Memory Tweak (which is saved as .xml)?
Created such a BAT file (c:\AMDMemTweak_GUI_Version_Beta6_x64\AMDMemoryTweak.exe -550H.xml) not applicable Grin
It's not work this way. Run with --help command.
darkCryptoMiner
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
June 12, 2019, 09:23:20 PM
Last edit: June 14, 2019, 05:59:40 PM by darkCryptoMiner
 #836

What refresh rate do most people use for an RX580 nitro+ 8gb?

Edit: Looks like 30
bobymoore
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
June 14, 2019, 05:58:17 PM
 #837

Guys please a vega 56 hynix settings also p6 state? Same with p7 or lower general....
darkCryptoMiner
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
June 14, 2019, 06:02:18 PM
 #838

Guys please a vega 56 hynix settings also p6 state? Same with p7 or lower general....

What I did (lazy route) - looked at defaults, ran claymore with rx boost and saw those. Did some tweaks here and there. For the RX580.. maybe Vega could work too
Ferdous Hossain
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
June 15, 2019, 07:15:24 AM
 #839

hi,
I just don't understand the parameters. How can I mod it? Any guide?

Is there a way to apply raw memory timing strap(96 character one) like claymore does?
I'm using A RX 580 4gb sapphire nitro+ on windows
Thanks
iRonNuke
Jr. Member
*
Offline Offline

Activity: 98
Merit: 6


View Profile
June 15, 2019, 10:09:48 AM
 #840

Anyone have great timings available for Vega 56's at CNR?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!