![]() |
|
|
#23 | |
|
"/X\(‘-‘)/X\"
Jan 2013
2·5·293 Posts |
Quote:
|
|
|
|
|
|
|
#24 |
|
Romulan Interpreter
Jun 2011
Thailand
23×419 Posts |
Man, don't waste the Z for factoring, give it a LL and a DC for the same exponent (to check if the residues match), one in each GPU, and let it go.
OTOH, what the "PerfCap Reason" says? You may not be able to max that card for power limitations or thermal/voltage, or whatever other reasons. Also, disable the DP in Nvidia Control Panel if you insist on doing TF with it (it almost doubles the speed). Last fiddled with by LaurV on 2015-09-17 at 19:12 |
|
|
|
|
|
#25 |
|
"Oliver"
Mar 2005
Germany
11·101 Posts |
with GPU sieving enabled even PCIe x1 Gen 1 should be more than enough but I don't know for sure.
Oliver |
|
|
|
|
|
#26 |
|
"Jerry"
Nov 2011
Vancouver, WA
112310 Posts |
It's running at 16x, it hovers at @ 97% on both sides. No biggie, just wondering why it won't go to 100 (99%). I have plenty of power to keep the card @ full. I thought the same about the GPU Sieve, so I'll just let it go. Each side is already significantly faster than a 580.
I can run LL\DC on the card, but I had to remove my last TF 580 to put this card in, so if I move to LL, I'll not be doing any TF anymore. Do we have the running TF capacity to lose the 450 GHzDays\Day? |
|
|
|
|
|
#27 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
33·192 Posts |
|
|
|
|
|
|
#28 |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
Yes, agreed! Ok, no problem. I'll leave the 'Z' on TF. It's doing ~1150 GHzDays\Day as of right now. Hope to get a little more out of it, but I need to finish testing.
|
|
|
|
|
|
#29 |
|
Romulan Interpreter
Jun 2011
Thailand
23·419 Posts |
|
|
|
|
|
|
#30 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
5,881 Posts |
Quote:
|
|
|
|
|
|
|
#31 |
|
"David"
Jul 2015
Ohio
11×47 Posts |
I know mfakto and mfaktc are dealing with different architectures even though they are based off similar code. With that said, PCIe width seems to make a huge difference on fast AMD cards even with GPU sieving on mfakto. I've been looking into why exactly that is but I haven't had much time lately. Is there any reason the number of classes per exponent is set to what it is? In mfakto it looks from the code like we may end up doing a lot of data transfer to/from the card between even GPU sieving and the TF step. Results checking also reads back a bit or so for each k checked which adds up. In my case I'm losing about 30% of my potential capacity due to PCI lane saturation in my hosts.
How similar are the two programs in how they handle scheduling work on the cards? |
|
|
|
|
|
#32 |
|
"Oliver"
Mar 2005
Germany
11·101 Posts |
Hi,
not sure how accurate nvidia-smi measures bandwidth, but: Code:
# nvidia-smi -l 1 -a | grep Throughput
Tx Throughput : 2000 KB/s
Rx Throughput : 2000 KB/s
Tx Throughput : 24000 KB/s
Rx Throughput : 1000 KB/s
Tx Throughput : 0 KB/s
Rx Throughput : 189000 KB/s
Tx Throughput : 0 KB/s
Rx Throughput : 0 KB/s
Tx Throughput : 0 KB/s
Rx Throughput : 0 KB/s
Tx Throughput : 0 KB/s
Rx Throughput : 0 KB/s
Tx Throughput : 0 KB/s
Rx Throughput : 0 KB/s
Tx Throughput : 0 KB/s
Rx Throughput : 0 KB/s
Tx Throughput : 0 KB/s
Rx Throughput : 0 KB/s
Tx Throughput : 0 KB/s
Rx Throughput : 0 KB/s
Tx Throughput : 0 KB/s
Rx Throughput : 0 KB/s
Tx Throughput : 0 KB/s
[...]
Oliver |
|
|
|
|
|
#33 | |
|
"Oliver"
Mar 2005
Germany
11·101 Posts |
Quote:
![]() There is nothing special about 420/4620, it would work with any other natural number >=1, too, but some numbers allow more efficent sieving than others. Oliver |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NVIDIA GeForce GTX 1060 - PCIe 2.0 vs. 3.0 | chaoz23 | GPU Computing | 7 | 2017-08-03 08:40 |
| (patch) IniWriteFloat should limit its field width | Explorer09 | Software | 0 | 2015-09-23 01:02 |
| mfaktc on a Mac | bayanne | GPU Computing | 0 | 2013-10-18 09:59 |
| mfaktc (0.20) | fairsky | Software | 9 | 2013-09-24 12:58 |
| mfaktc | tichy | GPU Computing | 4 | 2010-12-03 21:51 |