![]() |
|
|
#397 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
Feel free to continue work, but be aware that at some point in the future (admittedly probably not for at least a year, but I'm not the authority on this) that mfakt* will be integrated into Prime95. At such point, having its own GUI would probably be rendered redundant. If you still want to forge ahead though, go for it.
|
|
|
|
|
|
#398 |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
Is there any way to reserve the 30M exponents that need DC TF 69 to 70?
|
|
|
|
|
|
#399 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
100110001101102 Posts |
Quote:
If you set the Pledge Level to 70, you will first be assigned candidates which have already been TFed to 69. There are (at this moment) 22 of them. This is just a quick hack to facilitiate this -- I'll need to add the same Options feature as is available on the LLTF assignment page. Oh, and just to be pedantic, everything above 29.69M is to be taken to 70. |
|
|
|
|
|
|
#400 |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
|
|
|
|
|
|
#401 | |
|
Jul 2008
23×3 Posts |
Quote:
Last fiddled with by DigiK-oz on 2012-02-06 at 06:29 |
|
|
|
|
|
|
#402 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
Well, okay. Like I said, it's likely to be a year or more, though I'm still not the authority on this. mfakt* are still, compared to Prime95, somewhat immature. (No wonder, since P95's been in development for ~15 years.)
|
|
|
|
|
|
#403 |
|
Oct 2011
Maryland
2·5·29 Posts |
Does anyone have any idea on how the 79xx's should preform? I have a $50 giftcard to Newegg that expires at the end of the month, and am considering picking one up.
But with the absolute disaster that Cayman is in terms of TF (25% slower than Cypress), I wonder if Tahiti will be just as bad. Edit - I am not looking for theoretical flops, since they do not tell the story with Cayman. Last fiddled with by KyleAskine on 2012-02-07 at 23:04 |
|
|
|
|
|
#404 | |
|
Nov 2010
Germany
3·199 Posts |
Quote:
mfakto's kernels (so far) have enough mul32 instructions that Cayman pays a lot of penalties for them. But there are also lots of other instructions that Cypress can run in parallel to the mul32 while Cayman needs to schedule them after mul32. In the profiler I saw that the 800 SIMDs of a 5770 are utilized ~93% (when using proper vectoring). Only 7% of the cycles a SIMD will be unused because of instruction dependencies. This will be similar with the 1600 SIMDs of a 5870. The 1536 SIMDs of a 6970 should be occupied almost 100% of the time with a vector size of 4 as they are independent. The poor mul32 is what hurts. Back to the question: How fast will 7970 be? I expect it will also use 4 of its SIMDs for a mul32, therefore my assumption (which is kind of worst case) is, that the mfakto throughput will scale with the GFlops in comparison with Cayman. That is 2048 vs. 1536 SIMDs, and 925 vs. 880 MHz yielding 1.4 times the 6970 results. If someone has access to one of these, I'd could provide an instrumented mfakto version telling exact kernel runtime numbers. |
|
|
|
|
|
|
#405 |
|
Oct 2011
Maryland
2×5×29 Posts |
I might buy a 7750 one they become available on Newegg, since I have a $50 gift card I need to use this month. If I do, I will try out mfakto once I get it!
|
|
|
|
|
|
#406 |
|
Feb 2012
2 Posts |
hello, I'm having trouble running 2 instances of mfakto. i have two graphics cards that meet the specs, but my trouble is where to enter the -d 2 (at least i think its that command) to tell the 2nd mfakto on what card to run.
id say that im new to this kind of computing, but i think this post already does. any help would be nice. |
|
|
|
|
|
#407 | |
|
Nov 2010
Germany
3·199 Posts |
Quote:
Code:
mfakto -d 2 -i instance2.ini However, OpenCL also has the notion of "platforms", not just a simple numbering of all available GPUs. "Platforms" can be simplified as "vendors". Therefore, if you maybe have other OpenCL-enabled devices (built-in graphics, other GPUs), you may have to use the correct platform number. It's hard to predict in which order the platforms will appear. The clinfo tool can help to find out, but you need to install AMD APP SDK to use it. Or, you just try it out: Code:
mfakto -d 11 mfakto -d 21 mfakto -d 31 ... Code:
mfakto -d 22 mfakto -d 23 ... |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mfaktc: a CUDA program for Mersenne prefactoring | TheJudger | GPU Computing | 3498 | 2021-08-06 21:07 |
| gpuOwL: an OpenCL program for Mersenne primality testing | preda | GpuOwl | 2719 | 2021-08-05 22:43 |
| LL with OpenCL | msft | GPU Computing | 433 | 2019-06-23 21:11 |
| OpenCL for FPGAs | TObject | GPU Computing | 2 | 2013-10-12 21:09 |
| Program to TF Mersenne numbers with more than 1 sextillion digits? | Stargate38 | Factoring | 24 | 2011-11-03 00:34 |