mersenneforum.org  

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

Reply
 
Thread Tools
Old 2014-04-30, 17:38   #2168
flashjh
 
flashjh's Avatar
 
"Jerry"
Nov 2011
Vancouver, WA

1,123 Posts
Default

CUDALucas 2.05Beta r68 is posted

Includes CUDA 4.2, 5.0, 5.5 & 6.0. The CUDA 6.0 version also has the new SM 3.2, though I don't know what card it's for yet.

Last fiddled with by flashjh on 2014-04-30 at 17:38
flashjh is offline   Reply With Quote
Old 2014-05-13, 17:44   #2169
pdazzl
 
Apr 2014

7×17 Posts
Default

Following up, I know someone said there's an nvidia bug that causes this api reset issue. I'm also starting to wonder if this could also be a heat related. I pulled up EVGA Precision X while running cuda lucas and noticed the card was in the upper 80 degree celsius with the fan speed set to auto and fan just going around 30-60%. I've statically set my fan speed to around 70% which has the card running at a much cooler upper 70 celsius and I'm not seeing the card reset so far.

Also noticed when running mfakct that the fan on the card kicks up to high gear right away when starting up, I wonder if that's something that could be done in cuda lucas as well.



Quote:
Originally Posted by pdazzl View Post
Thanks for the restart batch file.

I am getting the API runtime errors, even with the latest beta build r65 (running toolkit 5.0 and latest 335.23 nvidia drivers )....however this is only happening on my gtx 570, not my 280. I have noticed that the 570 will run stable until I stop the job and go to mfaktc and then switch back to the LL job. It'll continue happening until I reboot my box. So far that seems to be what triggers the API errors for me. I have never seen this behavior on my 280 even when switching between cuda lucas and mfaktc.
pdazzl is offline   Reply With Quote
Old 2014-05-16, 01:18   #2170
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

2·3·1,693 Posts
Default

Quote:
Originally Posted by pdazzl View Post
Following up, I know someone said there's an nvidia bug that causes this api reset issue. I'm also starting to wonder if this could also be a heat related. I pulled up EVGA Precision X while running cuda lucas and noticed the card was in the upper 80 degree celsius with the fan speed set to auto and fan just going around 30-60%. I've statically set my fan speed to around 70% which has the card running at a much cooler upper 70 celsius and I'm not seeing the card reset so far.

Also noticed when running mfakct that the fan on the card kicks up to high gear right away when starting up, I wonder if that's something that could be done in cuda lucas as well.
In my experience, the nvidia default auto fan speeds are grossly low. It is possible that this began many driver versions back when there was a flurry of reports that one version was a card-killer.

I use MSI Afterburner and set up a custom fan curve which maintains healthier temperatures.
kladner is offline   Reply With Quote
Old 2014-05-25, 12:47   #2171
HHfromG
 
Feb 2014
Germany

5 Posts
Default

Quote:
Originally Posted by flashjh View Post
CUDALucas 2.05Beta r68 is posted

Includes CUDA 4.2, 5.0, 5.5 & 6.0. The CUDA 6.0 version also has the new SM 3.2, though I don't know what card it's for yet.

Hi, does anybody know when there will be a stable version of CUDALucas 2.05 available?
HHfromG is offline   Reply With Quote
Old 2014-05-26, 03:39   #2172
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

966310 Posts
Default

Quote:
Originally Posted by HHfromG View Post
Hi, does anybody know when there will be a stable version of CUDALucas 2.05 available?
Take the beta, it works great. Be careful with the cuda version, the wrong one will result in few percents penalty in speed.
LaurV is offline   Reply With Quote
Old 2014-05-26, 20:35   #2173
HHfromG
 
Feb 2014
Germany

5 Posts
Default

Hi, I have already used the "beta version" together with CUDA 6.0 Toolkit. The increase of performance was about 8% compared with the same calculation using the CUDALucas_2.03 (stable) version. That leads me to the following question:
1) does PrimeNet and/or GIMPS accept results produced by a "beta" version ?
2) who decides when a beta version becomes a stable version and what are the criteria for this decision?

Regards...
HHfromG is offline   Reply With Quote
Old 2014-05-26, 20:36   #2174
HHfromG
 
Feb 2014
Germany

516 Posts
Default

Quote:
Originally Posted by LaurV View Post
Take the beta, it works great. Be careful with the cuda version, the wrong one will result in few percents penalty in speed.
Hi, I have already used the "beta version" together with CUDA 6.0 Toolkit. The increase of performance was about 8% compared with the same calculation using the CUDALucas_2.03 (stable) version. That leads me to the following question:
1) does PrimeNet and/or GIMPS accept results produced by a "beta" version ?
2) who decides when a beta version becomes a stable version and what are the criteria for this decision?

Regards...
HHfromG is offline   Reply With Quote
Old 2014-05-27, 14:56   #2175
owftheevil
 
owftheevil's Avatar
 
"Carl Darby"
Oct 2012
Spring Mountains, Nevada

32×5×7 Posts
Default

There are a couple of bugs that affect compute 3.0 and 3.5 cards with large (>4M) ffts and two short sections of the documentation I want to get fixed before 2.05 is released. I will actually have time to work on it starting the second week of June.

GIMPS does accept results from 2.05 beta.
owftheevil is offline   Reply With Quote
Old 2014-05-29, 10:21   #2176
HHfromG
 
Feb 2014
Germany

5 Posts
Default

Quote:
Originally Posted by owftheevil View Post
There are a couple of bugs that affect compute 3.0 and 3.5 cards with large (>4M) ffts and two short sections of the documentation I want to get fixed before 2.05 is released. I will actually have time to work on it starting the second week of June.

GIMPS does accept results from 2.05 beta.
Hi, thank you for this information. Will the new 2.05 version also support the new features of the CUDA 6.0 Toolkit? Especially the concept of "Unified Memory" and "cufft as Drop in Library"? And - because I use 2 NVidia GTX 690 cards for CUDALucas - I would be very much intrested in a version that supports "Multri-GPU Scaling" wich is also a new feature of the CUDA 6.0 Toolkit.
HHfromG is offline   Reply With Quote
Old 2014-05-29, 14:13   #2177
owftheevil
 
owftheevil's Avatar
 
"Carl Darby"
Oct 2012
Spring Mountains, Nevada

32×5×7 Posts
Default

HHfromG, none of the new 6.0 features seem to be particularly useful for CUDALucas. The unified memory would make some of the code simpler, but would not otherwise give any improvements. There are very few host<->device memory tranfers going on. CUDALucas already uses CUFFT for all the ffts and the slowness of device<->device memory transfers makes multi-gpu ffts impractical.

Last fiddled with by owftheevil on 2014-05-29 at 14:23
owftheevil is offline   Reply With Quote
Old 2014-07-13, 11:58   #2178
GhettoChild
 
"Ghetto_Child"
Jul 2014
Montreal, QC, Canada

41 Posts
Question

I'm highly confused with what version CUDALucas I should be using. I have a GTX 295 (Tesla based dual GT200b chips), The PDFGuide shows only CL v2.03 CUDA 3.2 & SM 13 (Shader Model 1.3?) is for GPUs older than GF110 Fermi chips. The readme also states not to use Alpha or Beta releases. I have not seen a CL v2.05 with CUDA 3.2 & SM 13 at all, v2.04 is no where to be found online and there is no list of supported hardware per version either. I would appreciate some advice, thank you.
GhettoChild is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Don't DC/LL them with CudaLucas LaurV Data 131 2017-05-02 18:41
CUDALucas / cuFFT Performance on CUDA 7 / 7.5 / 8 Brain GPU Computing 13 2016-02-19 15:53
CUDALucas: which binary to use? Karl M Johnson GPU Computing 15 2015-10-13 04:44
settings for cudaLucas fairsky GPU Computing 11 2013-11-03 02:08
Trying to run CUDALucas on Windows 8 CP Rodrigo GPU Computing 12 2012-03-07 23:20

All times are UTC. The time now is 06:48.


Fri Aug 6 06:48:01 UTC 2021 up 14 days, 1:17, 1 user, load averages: 2.93, 2.79, 2.76

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.