![]() |
|
|
#265 | |
|
"Oliver"
Mar 2005
Germany
11·101 Posts |
Hi Jason,
Quote:
The 75bit kernel uses 17/16 (limit off / on) and the 95bit kernel uses 18/16 registers. 17 or 18 is basically the same since registers are allocated in groups of 4. I made some tests on my GTX 275 (compute capability 1.3, 16384 register per multiprocessor) and didn't notice any difference in performance. With and without limit to 16 registers it runs a the same speed. On my 8400GS (compute capability 1.1, 8192 register per multiprocessor) it runs ~1% faster with the limit to 16 registers! It think this is related to the fact that the occupancy is higher. 16 registers * 256 threads per block = 4096 registers per block ==> two blocks can run at the same time one the same multiprocessor! (With 192 threads per block I could use 20 registers per block an run 2 blocks at the same time...) |
|
|
|
|
|
|
#266 |
|
"Oliver"
Mar 2005
Germany
11×101 Posts |
|
|
|
|
|
|
#267 | |
|
"Oliver"
Mar 2005
Germany
11×101 Posts |
Hi David,
Quote:
Oliver |
|
|
|
|
|
|
#268 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
2×33×109 Posts |
|
|
|
|
|
|
#269 |
|
Mar 2010
3×137 Posts |
How do I force Prime95 to bench a exponent with fixed bounds like bit_min and bit_max similar to mfaktc ?
How should worktodo.txt file look like inside? |
|
|
|
|
|
#270 |
|
Banned
"Luigi"
Aug 2002
Team Italia
61×79 Posts |
|
|
|
|
|
|
#271 |
|
Mar 2010
3·137 Posts |
Prime95 doesnt like that bla. I assume feeding a random hash of required length will calm it. Here's an example from PrimeNET : hash,49653607,69,0. Now, why is bitmin 69 and bitmax 0 ? Is bitmax = 0 = infinity ?
|
|
|
|
|
|
#272 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Quote:
Is that example line from an LL test or DC and not a TF assignment? For Test= and DoubleCheck=, the last part there (the ",0") isn't bitmax, it's has_been_pminus1ed (1 if the number has had a P-1 run, 0 if it hasn't). |
|
|
|
|
|
|
#273 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2×67×73 Posts |
Personally, I use "DEADBEEFDEADBEEFDEADBEEFDEADBEEF" for "bla". It's legitimate hexadecimal.
|
|
|
|
|
|
#274 |
|
"Oliver"
Mar 2005
Germany
11·101 Posts |
Hi,
find attached mfaktc 0.08. ![]() Highlights: - 2 new GPU kernels for factors up to 2^75 and 2^95 (above 2^90 isn't tested very well )- resume capability For details take a look at Changelog.txt and README.txt. Thank you Luigi (ET_) and Kevin (kjaget) for testing and comments! ![]() Oliver |
|
|
|
|
|
#275 | |
|
"Oliver"
Mar 2005
Germany
11×101 Posts |
Hi Karl,
Quote:
Oliver |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mfakto: an OpenCL program for Mersenne prefactoring | Bdot | GPU Computing | 1676 | 2021-06-30 21:23 |
| The P-1 factoring CUDA program | firejuggler | GPU Computing | 753 | 2020-12-12 18:07 |
| gr-mfaktc: a CUDA program for generalized repunits prefactoring | MrRepunit | GPU Computing | 32 | 2020-11-11 19:56 |
| mfaktc 0.21 - CUDA runtime wrong | keisentraut | Software | 2 | 2020-08-18 07:03 |
| World's second-dumbest CUDA program | fivemack | Programming | 112 | 2015-02-12 22:51 |