mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware > GPU Computing

Reply
 
Thread Tools
Old 2012-03-16, 10:10   #408
Bdot
 
Bdot's Avatar
 
Nov 2010
Germany

10010101012 Posts
Default Catalyst 12.2 seems to work well

AMD released Catalyst version 12.2. I have it running on two W7-64 machines and the first tests went well. I'll do a few tests on Linux later, but I'd say, this time no new bugs interfere with mfakto.
Bdot is offline   Reply With Quote
Old 2012-03-30, 21:08   #409
bcp19
 
bcp19's Avatar
 
Oct 2011

67910 Posts
Default

Has anyone tried the new 12.3 catalyst version yet?
bcp19 is offline   Reply With Quote
Old 2012-03-30, 22:12   #410
flashjh
 
flashjh's Avatar
 
"Jerry"
Nov 2011
Vancouver, WA

1,123 Posts
Default

Quote:
Originally Posted by bcp19 View Post
Has anyone tried the new 12.3 catalyst version yet?
Not yet, but 12.2 caused blue screens for me.
flashjh is offline   Reply With Quote
Old 2012-03-31, 00:11   #411
KyleAskine
 
KyleAskine's Avatar
 
Oct 2011
Maryland

2·5·29 Posts
Default

Quote:
Originally Posted by flashjh View Post
Not yet, but 12.2 caused blue screens for me.
Odd. 12.2 works perfectly for me on all boxes.
KyleAskine is offline   Reply With Quote
Old 2012-03-31, 00:16   #412
flashjh
 
flashjh's Avatar
 
"Jerry"
Nov 2011
Vancouver, WA

100011000112 Posts
Default

Quote:
Originally Posted by KyleAskine View Post
Odd. 12.2 works perfectly for me on all boxes.
I never spent any time t/s'ing the problem, I've been too busy. It was easier to revert and key it go. Is 12.2/.3 faster for you?

Last fiddled with by flashjh on 2012-03-31 at 00:17
flashjh is offline   Reply With Quote
Old 2012-03-31, 07:54   #413
chair
 
Feb 2012

2 Posts
Default

Thanks for the help bdot, i was able to get the 2nd instances running.
chair is offline   Reply With Quote
Old 2012-03-31, 13:40   #414
bcp19
 
bcp19's Avatar
 
Oct 2011

7·97 Posts
Default

Bdot, when running some tests using mfakto yesterday, I noticed that when I used the first half of the following in a batch file that the program only ran at about 2/3 the speed as when I ran the second half.

Code:
c:
cd mfakto
cmd.exe /k "start /b /low /affinity 0x08 mfakto-x64.exe"
 
vs
 
c:
cd mfakto
mfakto-x64.exe
Any thoughts?

Last fiddled with by bcp19 on 2012-03-31 at 13:40
bcp19 is offline   Reply With Quote
Old 2012-03-31, 13:51   #415
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

11100001101012 Posts
Default

This can't really account for speed, but if you're launching it from a batch file, calling cmd.exe shouldn't be necessary. This is what I use (developed by kladner):
Code:
C:
cd C:\Users\Bill\GPU-Prime95\mfaktc-0.17
start /low /affinity 8 mfaktc-win-64
Dubslow is offline   Reply With Quote
Old 2012-03-31, 14:32   #416
bcp19
 
bcp19's Avatar
 
Oct 2011

7·97 Posts
Default Looking for data

I'd like to work up some charts for GPUs running mfakto to determine how well they work once the cores running them are factored in.

If you could PM me: CPU and GPU model (Q8200/5770), # cores running P95/mfakto (1/3, 2/2, 5/1), exp size and iter time on P95 cores (45381221/.059ms, 26202373/.035ms), exponent size, bit level and rough avg time for each mfakto instance (30311929/68-69/74m29s, 30363997/68-69/73m52s, 29499839/69-70/162m11s) it would be a great help. Thanks in advance for your help.
bcp19 is offline   Reply With Quote
Old 2012-03-31, 16:53   #417
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

1015810 Posts
Default

Quote:
Originally Posted by bcp19 View Post
Bdot, when running some tests using mfakto yesterday, I noticed that when I used the first half of the following in a batch file that the program only ran at about 2/3 the speed as when I ran the second half.
Just for grins, you might take out the /low, or replace it with /high. It might show if something else is stealing CPU cycles from mfakto. Since the second batch defaults to /normal, I guess that would be the best comparison. Affinity is the other variable, so that might make a difference, too.
kladner is offline   Reply With Quote
Old 2012-03-31, 17:46   #418
KyleAskine
 
KyleAskine's Avatar
 
Oct 2011
Maryland

2×5×29 Posts
Default

Quote:
Originally Posted by flashjh View Post
I never spent any time t/s'ing the problem, I've been too busy. It was easier to revert and key it go. Is 12.2/.3 faster for you?
Not really. About the same as 12.1
KyleAskine is offline   Reply With Quote
Reply

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

All times are UTC. The time now is 23:31.


Fri Aug 6 23:31:48 UTC 2021 up 14 days, 18 hrs, 1 user, load averages: 4.20, 3.91, 3.95

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.