![]() |
[QUOTE=Bdot;283036]Here's the fix for the performance issues. It just contains 2 kernel files that need to replace original files from the 0.10 package.[/QUOTE]
Wouldn't it be easier to integrate the patch files also into the former 0.10 bundles? I'm waiting with my GPU guide update and liked to minimize download url count... |
1 Attachment(s)
[QUOTE=Brain;283073]Wouldn't it be easier to integrate the patch files also into the former 0.10 bundles? I'm waiting with my GPU guide update and liked to minimize download url count...[/QUOTE]
As you wish ... (of course you're right ...) |
In yafu it is recommended to use a 64kb sieve on amd cpus and 32kb sieve on intel because of a smaller L1 cache. Bulldozer goes down to a 16kb data cache so might want smaller.
|
[QUOTE=henryzz;283342]In yafu it is recommended to use a 64kb sieve on amd cpus and 32kb sieve on intel because of a smaller L1 cache. Bulldozer goes down to a 16kb data cache so might want smaller.[/QUOTE]
With MORE_CLASSES, mfakt[co] uses a sieve size that is a multiple of ~12k (13*17*19*23 bits), which results in ~24k optimum for Intel, and ~60k for AMD (12k for BullD). flashjh, did you give the different sieve-size versions a try on your Phenom to confirm? I guess the next version of mfakto will have sieve size configurable ... BTW, I had a chance to quickly test the A350 with mfakto. Windows7-64 and Catalyst 11.12 installed, and there's nothing more that is needed. The GPU is detected right away. However, it may not really be worth the effort: ~7M/s was the peak. I'll test a little more though. CPU load (mfakto, SievePrimes 200k): ~17% GPU load : 85-95% no measureable increase in power-consumption M52 50xx xxx (2^69 - 2^70): 6.8M/s avg. |
[QUOTE=Bdot;283417]With MORE_CLASSES, mfakt[co] uses a sieve size that is a multiple of ~12k (13*17*19*23 bits), which results in ~24k optimum for Intel, and ~60k for AMD (12k for BullD). flashjh, did you give the different sieve-size versions a try on your Phenom to confirm?
I guess the next version of mfakto will have sieve size configurable ... BTW, I had a chance to quickly test the A350 with mfakto. Windows7-64 and Catalyst 11.12 installed, and there's nothing more that is needed. The GPU is detected right away. However, it may not really be worth the effort: ~7M/s was the peak. I'll test a little more though. CPU load (mfakto, SievePrimes 200k): ~17% GPU load : 85-95% no measureable increase in power-consumption M52 50xx xxx (2^69 - 2^70): 6.8M/s avg.[/QUOTE] I just finished testing two 5870s with a Phenom x6 1055T. I ran 4 instances, 2 per GPU. All instances are running 70-72 with no stages. SievePrimes is set to autoadjust. 32k 64 bit exe: GPU 1 runs ~20.6 sec per class with SievePrimes at ~28000. GPU 2 runs ~22.0 sec per class with SievePrimes at ~36000. 64k 64 bit exe: GPU 1 runs ~20.0 sec per class with SievePrimes at ~41000. GPU 2 runs ~20.5 sec per class with SievePrimes at ~54000. Average CPU wait time for all instances is between 200-400us. Usage: CPU: 75% GPU 1: 73% GPU 2: 85% |
Warning Question
I have several TF DC assignments for my P4 3.4 system with a HD 4670. Anyway, I noticed it kept giving a warning about a particular exponent and would skip it. I finally got around to messing with it.
Factor=N/A,27960979,68,69 Always gives: WARNING: exponent is not prime! Ignoring TF M27960979 from 2^68 to 2^69! WARNING: ignoring line 1 in "worktodo.txt"! Reason: invalid data So, I know it's not prime and both mfak(co) say the same thing... is there any way to fulfill my GPU TF on this exponent or do I need to use Prime95 for this one? |
[QUOTE=flashjh;283454]
[...] Factor=N/A,27960979,68,69 Always gives: WARNING: exponent is not prime! Ignoring TF M27960979 from 2^68 to 2^69! WARNING: ignoring line 1 in "worktodo.txt"! Reason: invalid data So, I know it's not prime and both mfak(co) say the same thing... [/QUOTE] Well, no surprise that both, mfaktc and mfakto, tell you that this exponent is not prime... it is the same code! [QUOTE=flashjh;283454]is there any way to fulfill my GPU TF on this exponent or do I need to use Prime95 for this one?[/QUOTE] Take the sourcecode and disable the check for prime only exponents. :razz: This will work for your assignment (M27960979 from 2[SUP]68[/SUP] to 2[SUP]69[/SUP]) because the start is "big enough". The problem with non-prime exponents is that the prime factors can be very small (for prime exponents the smallest possible factor of M[SUB]p[/SUB] is 2kp+1 but for composite exponents they can be much smaller than the exponent itself). Those very small factors can be sieved out before testing just because there is no code written which takes care of this. Oliver |
[QUOTE=TheJudger;283455]Well, no surprise that both, mfaktc and mfakto, tell you that this exponent is not prime... it is the same code!
[/QUOTE] Fair enough... I was just making sure everyone knew I tested both and since I hadn't seen this before in my readings I didn't want that to be the reason :cool: |
[QUOTE=flashjh;283454]
So, I know it's not prime and both mfak(co) say the same thing... is there any way to fulfill my GPU TF on this exponent or do I need to use Prime95 for this one?[/QUOTE] If the exponent is not prime, you have an invalid exponent (possibly due to a typo). Find the correct exponent and do the TF on it. If you can't find the correct exponent, throw out that line. GIMPS does not deal with composite exponents. Even P95 will balk at that one. |
Reporting Question
Lesson learned for me... I copy and paste the lists in, but somehow I messed up that one. I fixed it to match my assignments (one digit was off) and everything worked. Thanks for your help.
And a queston... Has anyone noticed PrimeNet result changes? I now use the spider to post my results (which is awesome by the way). I noticed that PrimeNet now shows all my 'factor' results as [FONT=Tahoma]F-PM1 instead of just F. The results column has the correct factor, but since I use mfakt(oc) for all my TFing I was wondering why PrimeNet is showing the change. Is the spider makeing a mistake when reporting or is PrimeNet making a mistake? Also, PrimeNet and GPU to 72 don't show the same GHz days since PrimeNet thinks it was found with P1.[/FONT] [FONT=Tahoma]Jerry[/FONT] |
[url]http://www.mersenneforum.org/showthread.php?t=12827&page=58[/url]
Last post there ^, and there's a few posts on the next page. I'd read through changelog.txt as well. This is a known issue and hopefully will be fixed soon. |
| All times are UTC. The time now is 22:42. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.