![]() |
![]() |
#1695 |
P90 years forever!
Aug 2002
Yeehaw, FL
22·13·157 Posts |
![]()
You could just be very unlucky. My worst card does 1150. However, I was sent an XFX card that wouldn't do 1000. I RMA'ed it, I don't know for a fact that the memory was the culprit.
|
![]() |
![]() |
![]() |
#1696 |
"6800 descendent"
Feb 2005
Colorado
2·32·41 Posts |
![]()
Yes, I do. Power draw and fan speed is a problem.
I'm still tuning, but this card seems pretty optimized out of the box. It's branded Gigabyte that advertises a top clock speed of 1800 Mhz. It seems I can't vary the voltage much from the stock power curve, no matter the clock frequency, without getting errors. |
![]() |
![]() |
![]() |
#1697 |
P90 years forever!
Aug 2002
Yeehaw, FL
22×13×157 Posts |
![]()
@Phil: Linux, right?
Stay away from that power-hungry 1800 MHz! This is a sample script for one of my cards. Run it as root. Code:
#Allow manual control #echo "manual" >/sys/class/drm/card2/device/power_dpm_force_performance_level #Undervolt by setting max voltage # V Set this to 50mV less than the max stock voltage of your card (which varies from card to card), then optionally tune it down # V Default for this card is 1085mV echo "vc 2 1801 1020" >/sys/class/drm/card2/device/pp_od_clk_voltage #Overclock mclk to up to 1200 echo "m 1 1190" >/sys/class/drm/card2/device/pp_od_clk_voltage #Push a dummy sclk change for the undervolt to stick echo "s 1 1801" >/sys/class/drm/card2/device/pp_od_clk_voltage #Push everything to the card echo "c" >/sys/class/drm/card2/device/pp_od_clk_voltage #Put card into desired performance level /opt/rocm/bin/rocm-smi -d 2 --setsclk 4 --setfan 170 |
![]() |
![]() |
![]() |
#1698 | |
"6800 descendent"
Feb 2005
Colorado
2·32·41 Posts |
![]() Quote:
My own scripts are quite similar. I started by catting pp_od_clk_voltage file and using those values as my base. I have high, medium, and low scripts, which corresponds to sclk settings of 5, 4, and 3 respectively. That gives me GPU frequencies of 1684, 1547, and 1373 Mhz. The best I can get out of the 1684 Mhz setting causes it to run at 185W (actually more when measured at the wall outlet), 92 degrees, and fans at 99%. That's not comfortable. So today I started tuning my "medium" setting of 1547 Mhz. Now the power draw is 145 watts stock, with the fan speed set manually at 130. Much more manageable. But as soon as I deviate even slightly from the stock pp_od_clk_voltage settings, even as little as 5 mV (!), I start throwing errors. |
|
![]() |
![]() |
![]() |
#1699 | |
P90 years forever!
Aug 2002
Yeehaw, FL
22×13×157 Posts |
![]() Quote:
Can you increase memory speed at 1547MHz? |
|
![]() |
![]() |
![]() |
#1700 | |
"6800 descendent"
Feb 2005
Colorado
13428 Posts |
![]() Quote:
808Mhz / 723mV 1304Mhz / 801mV 1801Mhz / 1107mV rocm-smi -a is showing 887mV @ 1547Mhz. I didn't even try increasing memory speed at 1684Mhz. But at 1547Mhz, the first memory setting I tried was 1100, and it didn't take long to produce an error. So I took it down to 1050, then it took even less time to produce an error. But when using the stock speed of 1000 and stock voltage it has produced zero errors (so far), and it is easy to keep the temperature below 90 degrees. |
|
![]() |
![]() |
![]() |
#1701 | |
P90 years forever!
Aug 2002
Yeehaw, FL
22×13×157 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#1702 |
"6800 descendent"
Feb 2005
Colorado
2×32×41 Posts |
![]() |
![]() |
![]() |
![]() |
#1703 |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
34·7·13 Posts |
![]()
Well that sounds like a cue for an update on stability testing of my XFX Radeon VII. I've had it go up to a couple days with no error, then the weather warms up and another error or two appear, and I've progressively dialed it back slightly at each occasion, to where it's now at 1270 gpu Mhz and 900 mem Mhz, so it's now running just under 10.9 msec/it on a ~655M PRP ~22% complete with 13 errors accumulated so far, about 64 days left.
|
![]() |
![]() |
![]() |
#1704 |
P90 years forever!
Aug 2002
Yeehaw, FL
22×13×157 Posts |
![]() |
![]() |
![]() |
![]() |
#1705 |
"6800 descendent"
Feb 2005
Colorado
2×32×41 Posts |
![]()
Good call. Decided to run P-1 on my next assignment, M103464293, with B1=50000 B2=50000000, and out popped a factor!
I just guessed at those bounds. The test took 52 minutes. Is there an easy fast way to determine sane bounds to use with GPU-based P-1 tests when no previous P-1 testing has been done? |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
mfakto: an OpenCL program for Mersenne prefactoring | Bdot | GPU Computing | 1719 | 2023-01-16 15:51 |
GPUOWL AMD Windows OpenCL issues | xx005fs | GpuOwl | 0 | 2019-07-26 21:37 |
Testing an expression for primality | 1260 | Software | 17 | 2015-08-28 01:35 |
Testing Mersenne cofactors for primality? | CRGreathouse | Computer Science & Computational Number Theory | 18 | 2013-06-08 19:12 |
Primality-testing program with multiple types of moduli (PFGW-related) | Unregistered | Information & Answers | 4 | 2006-10-04 22:38 |