mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   GPU Computing (https://www.mersenneforum.org/forumdisplay.php?f=92)
-   -   CUDALucas (a.k.a. MaclucasFFTW/CUDA 2.3/CUFFTW) (https://www.mersenneforum.org/showthread.php?t=12576)

Dubslow 2016-02-03 08:36

Somehow I don't think mucking with drivers and environments will help.

Try stepping through the initializations that happen when the program is first launched, comparing the Z with either broken card. Somewhere some initialization is going wrong. A different approach might be to find all CUDA calls and put a printf after them for any errors whatsoever (presumably whatever is failing doesn't yet have an error check).

msft 2016-02-03 08:53

1 Attachment(s)
This is old version.(old normalize kernel)
Could you try ?

msft 2016-02-03 08:55

Dubslow is Best.
I will go sleep.:smile:

airsquirrels 2016-02-03 09:07

The old version gives residues on these cards.

Looking into further...

bgbeuning 2016-02-03 12:27

[QUOTE=Madpoo;425032]Are you the user who tried to manually submit two different "is prime!" results today?
LOL[/QUOTE]

It was pretty exciting to see

M( 45...... )P, offset = 32941289, n = 2592K, CUDALucas v2.05.1, AID: ...

but no, I did not submit it.

bgbeuning 2016-02-03 12:29

[QUOTE=Dubslow;425057]A different approach might be to find all CUDA calls and put a printf after them for any errors whatsoever (presumably whatever is failing doesn't yet have an error check).[/QUOTE]

This is good code to have present all the time.

bgbeuning 2016-02-03 12:57

[QUOTE=Dubslow;425057]. Somewhere some initialization is going wrong. [/QUOTE]

I don't know if this is a hint or not, mine is reporting a "clockRate" about twice the real clock.
Real clock = 575 reported clock = 1147

Madpoo 2016-02-03 15:46

[QUOTE=bgbeuning;425070]It was pretty exciting to see

M( 45...... )P, offset = 32941289, n = 2592K, CUDALucas v2.05.1, AID: ...

but no, I did not submit it.[/QUOTE]

Well, there have been no less than 3 false positives (2 different users) in the past ~ 16 hours, all from CUDALucas 2.05.1 ...

Even though I'm totally sure they're false positives (2 are from double-checks, making it even more unlikely), I'm still running my own.

One of them is done and it's not prime of course... waiting on the others:
[URL="http://www.mersenne.org/M37182127"]M37182127[/URL]

chris2be8 2016-02-03 16:39

[QUOTE=airsquirrels;425052] 690 is compute 3.0, 590 is 2.0,Z is 3.5.
[/QUOTE]

What compute capability did you compile CUDALucas for? (always check silly things first)

Chris

Prime95 2016-02-03 16:52

[QUOTE=msft;425049]I can read code.
What can i do ?:smile:[/QUOTE]

Please add code to exit with an error message if when you write a save file (or any other convenient time) you find that the LL iteration is zero or two.

msft 2016-02-03 17:25

[QUOTE=Prime95;425093]Please add code to exit with an error message if when you write a save file (or any other convenient time) you find that the LL iteration is zero or two.[/QUOTE]
I am not understand this issue.
Why iteration is only 0 or 2 ?
Please anyone explain it to me.


All times are UTC. The time now is 22:59.

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