![]() |
|
|
#3279 | |||
|
"Oliver"
Mar 2005
Germany
11×101 Posts |
Quote:
Quote:
Quote:
RAW kernel benchmarks (million FCs per second without sieve): Code:
GeForce GT 440 (CC 2.1) mfaktc 0.21-pre4 // 319.60 + CUDA 5.5 ./mfaktc.exe -tf 66362159 66 67 71bit_mul24 29.23M/s 75bit_mul32 42.22M/s 95bit_mul32 33.16M/s barrett76_mul32 79.23M/s barrett77_mul32 74.94M/s barrett79_mul32 64.18M/s barrett87_mul32 75.51M/s barrett88_mul32 75.46M/s barrett92_mul32 61.93M/s ------------------------------------- Tesla K20m (CC 3.5) mfaktc 0.21-pre4 // 331.20 + CUDA 5.5 ./mfaktc.exe -tf 66362159 68 69 71bit_mul24 160.51M/s 75bit_mul32 200.32M/s 95bit_mul32 155.13M/s barrett76_mul32 392.31M/s barrett77_mul32 367.17M/s barrett79_mul32 314.82M/s barrett87_mul32 368.01M/s (without funnel-shift 357.09M/s) barrett88_mul32 367.45M/s (without funnel-shift 347.80M/s) barrett92_mul32 306.60M/s (without funnel-shift 293.69M/s) ------------------------------------- GeForce GTX 275 (CC 1.3) mfaktc 0.21-pre5 // 319.37 + CUDA 5.5 ./mfaktc.exe -tf 66362159 66 67 71bit_mul24 77.64M/s 75bit_mul32 62.59M/s 95bit_mul32 50.34M/s barrett76_mul32 85.83M/s barrett77_mul32 82.48M/s barrett79_mul32 73.56M/s barrett87_mul32 75.93M/s barrett88_mul32 75.41M/s barrett92_mul32 65.80M/s barrett76,77 and 79 can do 264 to 2<upper limit for the kernel> in ONE step while barrett87, 88 and 92 can only do one bitlevel at once. But above 276 I think this is not a real concern. Oliver |
|||
|
|
|
|
|
#3280 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
111248 Posts |
So if I read the GPU72 report correctly...and if hypothetically we maintain the current DC-TF rate...then DC-TF would be a thing of the past before the end of 2015...
|
|
|
|
|
|
#3281 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
11·311 Posts |
Quote:
Code:
66,67 = 274.5 67,68 = 274.5 68,69 = 278.8 69,70 = 280.2 70,71 = 279.9 71,72 = 280.0 72,73 = 280.0 73,74 = 276.9 74,75 = 276.9 75,76 = 276.9 76,77 = 268.0 77,78 = 270.7 78,79 = 270.6 79,80 = 270.6 |
|
|
|
|
|
|
#3282 | ||
|
"/X\(‘-‘)/X\"
Jan 2013
2×5×293 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#3283 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
165618 Posts |
I'm anxious to see similar numbers for AMC VLIW and GCN cards using the soon-to-be-released mfakto.
Looking at Mark's numbers I'm leaning toward removing GPU info from the web form. The 3% speed difference between lowest and highest bit levels isn't worth worrying about. As for LL/TF crossovers that only come into play if one chooses the lowest exponent preference, I'll assume a GTX 770 which does the least TF before LL becomes a more profitable use of the card. For those that are looking to maximize their GHz-days/day, the optional bit level to factor to and exponent range can always be used to get suitable work. |
|
|
|
|
|
#3284 | |
|
"Oliver"
Mar 2005
Germany
111110 Posts |
Hi,
Quote:
*1Less accuracy as in: "n mod f == x + <small integer> * f", e.g. 1234 mod 10 = 24 (instead of 4) Oliver |
|
|
|
|
|
|
#3285 |
|
"/X\(‘-‘)/X\"
Jan 2013
2×5×293 Posts |
Thank you!
That gives me the insight needed to study the code further :) |
|
|
|
|
|
#3286 |
|
Aug 2002
Termonfeckin, IE
1010110011002 Posts |
I think using the lowest crossovers makes sense at least until we are reasonably confident that we can factor everything to that level. We are not at that point yet.
|
|
|
|
|
|
#3287 | |
|
"Mr. Meeseeks"
Jan 2012
California, USA
23·271 Posts |
Quote:
Code:
66,67 = 433.9 67,68 = 433.9 68,69 = 433.9 69,70 = 407.6 70,71 = 369.1 71,72 = 369.1 72,73 = 369.1 73,74 = 357.3 74,75 = 329.1 75,76 = 327.7 76,77 = 327.7 ~Not much more variation until past 82 bits~ |
|
|
|
|
|
|
#3288 | |
|
Nov 2010
Germany
3×199 Posts |
Quote:
This is VLIW5 (HD6550D from an APU): Code:
Resulting speed for M66362159:
bit_min - bit_max GHz-days/day kernelname
60 - 64 39.993 cl_barrett15_69_gs
64 - 76 41.567 cl_barrett32_76_gs
76 - 77 39.926 cl_barrett32_77_gs
77 - 87 39.404 cl_barrett32_87_gs
87 - 88 36.753 cl_barrett32_88_gs
88 - 92 35.173 cl_barrett32_92_gs
Code:
Resulting speed for M66362159:
bit_min - bit_max GHz-days/day kernelname
60 - 69 499.674 cl_barrett15_69_gs
69 - 70 476.535 cl_barrett15_71_gs
70 - 73 427.422 cl_barrett15_73_gs
73 - 74 412.430 cl_barrett15_74_gs
74 - 82 378.749 cl_barrett15_82_gs
82 - 83 354.878 cl_barrett15_83_gs
83 - 87 330.658 cl_barrett32_87_gs
87 - 88 327.284 cl_barrett15_88_gs
88 - 92 289.456 cl_barrett32_92_gs
Code:
Resulting speed for M66362159:
bit_min - bit_max GHz-days/day kernelname
60 - 69 475.043 cl_barrett15_69_gs
69 - 70 443.636 cl_barrett15_71_gs
70 - 73 402.419 cl_barrett15_73_gs
73 - 74 389.251 cl_barrett15_74_gs
74 - 82 334.707 cl_barrett15_82_gs
82 - 83 313.099 cl_barrett15_83_gs
83 - 87 294.592 cl_barrett32_87_gs
87 - 88 291.010 cl_barrett15_88_gs
88 - 92 258.739 cl_barrett32_92_gs
Code:
Resulting speed for M66362159:
bit_min - bit_max GHz-days/day kernelname
60 - 69 757.628 cl_barrett15_69_gs
69 - 76 749.778 cl_barrett32_76_gs
76 - 77 720.362 cl_barrett32_77_gs
77 - 79 645.730 cl_barrett32_79_gs
79 - 87 642.553 cl_barrett32_87_gs
87 - 88 614.766 cl_barrett32_88_gs
88 - 92 565.309 cl_barrett32_92_gs
Code:
Resulting speed for M66362159:
bit_min - bit_max GHz-days/day kernelname
60 - 64 15.081 cl_barrett15_69_gs
64 - 76 19.707 cl_barrett32_76_gs
76 - 77 19.345 cl_barrett32_77_gs
77 - 87 17.208 cl_barrett32_87_gs
87 - 88 16.816 cl_barrett32_88_gs
88 - 92 14.507 cl_barrett32_92_gs
Code:
M2000093: 69 - 76 942.631 cl_barrett32_76_gs M39000037: 69 - 76 749.779 cl_barrett32_76_gs M66362159: 69 - 76 749.778 cl_barrett32_76_gs M74000077: 69 - 76 721.255 cl_barrett32_76_gs M78000071: 69 - 76 720.259 cl_barrett32_76_gs M332900047: 69 - 76 667.219 cl_barrett32_76_gs M999900079: 69 - 76 645.028 cl_barrett32_76_gs M2001862367: 64 - 76 621.290 cl_barrett32_76_gs M4201971233: 69 - 76 602.682 cl_barrett32_76_gs |
|
|
|
|
|
|
#3289 | |
|
P90 years forever!
Aug 2002
Yeehaw, FL
7,537 Posts |
Quote:
The full SQL code currently is attached Last fiddled with by Prime95 on 2014-12-05 at 00:25 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Status | Primeinator | Operation Billion Digits | 5 | 2011-12-06 02:35 |
| 62 bit status | 1997rj7 | Lone Mersenne Hunters | 27 | 2008-09-29 13:52 |
| OBD Status | Uncwilly | Operation Billion Digits | 22 | 2005-10-25 14:05 |
| 1-2M LLR status | paulunderwood | 3*2^n-1 Search | 2 | 2005-03-13 17:03 |
| Status of 26.0M - 26.5M | 1997rj7 | Lone Mersenne Hunters | 25 | 2004-06-18 16:46 |