mersenneforum.org  

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

Reply
 
Thread Tools
Old 2011-12-01, 03:48   #232
KyleAskine
 
KyleAskine's Avatar
 
Oct 2011
Maryland

2·5·29 Posts
Default

Quote:
Originally Posted by KyleAskine View Post
Core clock is now 750 and mem clock is 900.
Crashed again in the same way.
KyleAskine is offline   Reply With Quote
Old 2011-12-01, 09:14   #233
Bdot
 
Bdot's Avatar
 
Nov 2010
Germany

3·199 Posts
Default

Quote:
Originally Posted by KyleAskine View Post
Crashed again in the same way.
Well, send it back to AMD for replacement ... or at least open a case with them, but I guess it's a H/W issue then.
Bdot is offline   Reply With Quote
Old 2011-12-01, 11:47   #234
KyleAskine
 
KyleAskine's Avatar
 
Oct 2011
Maryland

2·5·29 Posts
Default

Quote:
Originally Posted by Bdot View Post
Well, send it back to AMD for replacement ... or at least open a case with them, but I guess it's a H/W issue then.
Thanks a bunch for your help!!

Very seriously, I am very grateful not only for your help, but for mfakto in general.

I suspect if everything was correctly optimized, we may be able to pull as much or more GHz/$ out of AMD.

Last fiddled with by KyleAskine on 2011-12-01 at 11:49
KyleAskine is offline   Reply With Quote
Old 2011-12-02, 12:58   #235
KyleAskine
 
KyleAskine's Avatar
 
Oct 2011
Maryland

2·5·29 Posts
Default For real this time...

I fixed my issue!

I started running two instances of mfakto last night at around 6pm, and as of this morning at 7am they are still running!

The secret as far as I can tell:

<facepalm>

Run each instance in a real separate terminal window.

</facepalm>

What I was doing: running everything in one screen session, which allowed me to control that session through putty.

I also reinstalled the 11.9 drivers, so it is possible that this is not the reason, but I suspect it is.
KyleAskine is offline   Reply With Quote
Old 2011-12-02, 14:19   #236
Bdot
 
Bdot's Avatar
 
Nov 2010
Germany

3·199 Posts
Default

Quote:
Originally Posted by KyleAskine View Post
I fixed my issue!

I started running two instances of mfakto last night at around 6pm, and as of this morning at 7am they are still running!

The secret as far as I can tell:

<facepalm>

Run each instance in a real separate terminal window.

</facepalm>

What I was doing: running everything in one screen session, which allowed me to control that session through putty.

I also reinstalled the 11.9 drivers, so it is possible that this is not the reason, but I suspect it is.
Interesting ... and quite strange. When I hear that, my guess would rather be the driver re-installation than the session separation ... if you want to lock up your system one more time, you can try the old session-mode with the reinstalled drivers, just to be sure on that.

I also have some good news: I found a rather small code change that makes mfakto work again on 11.10 and 11.11, with almost no performance-impact (pass the data to the kernel wrapped in a cl_uint8). A little testing over the weekend (if time permits), and I can release that next week.
Bdot is offline   Reply With Quote
Old 2011-12-02, 14:27   #237
flashjh
 
flashjh's Avatar
 
"Jerry"
Nov 2011
Vancouver, WA

1,123 Posts
Default

Quote:
Originally Posted by Bdot View Post
Interesting ... and quite strange. When I hear that, my guess would rather be the driver re-installation than the session separation ... if you want to lock up your system one more time, you can try the old session-mode with the reinstalled drivers, just to be sure on that.

I also have some good news: I found a rather small code change that makes mfakto work again on 11.10 and 11.11, with almost no performance-impact (pass the data to the kernel wrapped in a cl_uint8). A little testing over the weekend (if time permits), and I can release that next week.
Awesome! Thanks for your work on this.
flashjh is offline   Reply With Quote
Old 2011-12-02, 22:30   #238
KyleAskine
 
KyleAskine's Avatar
 
Oct 2011
Maryland

12216 Posts
Default

Quote:
Originally Posted by Bdot View Post
Interesting ... and quite strange. When I hear that, my guess would rather be the driver re-installation than the session separation ... if you want to lock up your system one more time, you can try the old session-mode with the reinstalled drivers, just to be sure on that.
I will do that, but probably not until next week, because I may not have a couple hours to myself until then to make sure I am on it when it locks up

Thanks again for all your work!
KyleAskine is offline   Reply With Quote
Old 2011-12-06, 01:31   #239
KyleAskine
 
KyleAskine's Avatar
 
Oct 2011
Maryland

1001000102 Posts
Default

Quote:
Originally Posted by KyleAskine View Post
I will do that, but probably not until next week, because I may not have a couple hours to myself until then to make sure I am on it when it locks up

Thanks again for all your work!
Well, I have run the usual culprits (2x mfakto, 1x mprime, 1x top) in a screen session for a few hours now with no crashes. So I guess it was the drivers. I will keep it running overnight for observation

Be sure to tell everyone using linux to use 11.9
KyleAskine is offline   Reply With Quote
Old 2011-12-06, 13:30   #240
Bdot
 
Bdot's Avatar
 
Nov 2010
Germany

3×199 Posts
Talking

Quote:
Originally Posted by KyleAskine View Post

Be sure to tell everyone using linux to use 11.9
And I thought I did:

Readme:
Code:
Install Catalyst driver, version >= 11.7

Catalyst driver 11.9 uses up to one CPU core less than its predecessors:
11.9 strongly recommended.
Wiki:
Code:
AMD Catalyst drivers 11.4 or higher, 11.9 recommended
Note, the minimum version mismatch is, because I just recently found out that Catalyst versions as low as 11.4 work, and I updated the Wiki ... but if nobody reads it anyway ...
Bdot is offline   Reply With Quote
Old 2011-12-06, 15:18   #241
KyleAskine
 
KyleAskine's Avatar
 
Oct 2011
Maryland

12216 Posts
Default

Quote:
Originally Posted by Bdot View Post
And I thought I did:

Readme:
Code:
Install Catalyst driver, version >= 11.7

Catalyst driver 11.9 uses up to one CPU core less than its predecessors:
11.9 strongly recommended.
Wiki:
Code:
AMD Catalyst drivers 11.4 or higher, 11.9 recommended
Note, the minimum version mismatch is, because I just recently found out that Catalyst versions as low as 11.4 work, and I updated the Wiki ... but if nobody reads it anyway ...
KyleAskine is offline   Reply With Quote
Old 2011-12-06, 22:18   #242
Bdot
 
Bdot's Avatar
 
Nov 2010
Germany

3×199 Posts
Default

Quote:
Originally Posted by KyleAskine View Post


Anyway, testing the new mfakto version on Windows with 11.9 and 11.11 went well and everything seemed fine. Today I updated my Linux box to 11.11, and guess what I get within minutes ...
Code:
[fglrx] ASIC hang happened
The same thing as you described, even at lowest frequency settings. And of course I did not manage immediately to go back to 11.9 - right now it seems as if I did not have any OpenCL driver at all ... Development with OpenCL is not exactly fun
Bdot is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
gpuOwL: an OpenCL program for Mersenne primality testing preda GpuOwl 2719 2021-08-05 22:43
mfaktc: a CUDA program for Mersenne prefactoring TheJudger GPU Computing 3497 2021-06-05 12:27
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 13:02.


Fri Aug 6 13:02:28 UTC 2021 up 14 days, 7:31, 1 user, load averages: 3.01, 2.93, 2.74

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.