mersenneforum.org  

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

Reply
 
Thread Tools
Old 2016-09-09, 22:46   #2619
KaptainBlaZzed
 
Sep 2007

22 Posts
Default

Quote:
Originally Posted by airsquirrels View Post
You must compile for the specific compute version and CUDA version of the card you are using. In this case the 8.0 RC and compute 6.1. Each generation of GPUs requires a separate build

can you please tell me how to do this for windows x64.

Last fiddled with by KaptainBlaZzed on 2016-09-09 at 22:50
KaptainBlaZzed is offline   Reply With Quote
Old 2016-09-10, 00:35   #2620
airsquirrels
 
airsquirrels's Avatar
 
"David"
Jul 2015
Ohio

11×47 Posts
Default

Quote:
Originally Posted by KaptainBlaZzed View Post
can you please tell me how to do this for windows x64.
Unfortunately I do not have a windows environment setup so I don't have build instructions, however I also misspoke - I was thinking of CUDALucas not mfaktc. The same details apply, however with CUDA 8 RC 1 there exists a bug that prevents mfaktc from working properly. We believe it will be fixed in the final CUDA 8 release but we do not know when that will be.
airsquirrels is offline   Reply With Quote
Old 2016-09-10, 11:50   #2621
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

10110111111102 Posts
Default

Quote:
Originally Posted by airsquirrels View Post
Some of the older cards/CUDA versions supported multiple compute versions and architectures, but Maxwell and Pascal both seem to required specific builds.
Maybe it is a difference with windows. I am pretty certain I have run toolkit v4 stuff on my Maxwell. I have certainly used the same binaries on a 8600GTS and 750Ti
henryzz is online now   Reply With Quote
Old 2016-09-10, 15:38   #2622
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

27AE16 Posts
Default

Quote:
Originally Posted by KaptainBlaZzed View Post
can you please tell me how to do this for windows x64.
I have not seen him post in a little while, but user 'flashjh' aka Jerry is a master of Windows compiles for different versions.
kladner is offline   Reply With Quote
Old 2016-09-10, 15:54   #2623
Gordon
 
Gordon's Avatar
 
Nov 2008

3·167 Posts
Default

Quote:
Originally Posted by kladner View Post
I have not seen him post in a little while, but user 'flashjh' aka Jerry is a master of Windows compiles for different versions.
Until NVIDIA fix their software...
Gordon is offline   Reply With Quote
Old 2016-09-10, 16:17   #2624
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

100111101011102 Posts
Default

Quote:
Originally Posted by Gordon View Post
Until NVIDIA fix their software...
True dat.
kladner is offline   Reply With Quote
Old 2016-09-15, 20:46   #2625
tServo
 
tServo's Avatar
 
"Marv"
May 2009
near the Tannhäuser Gate

2·7·47 Posts
Default

Quote:
Originally Posted by airsquirrels View Post
We believe it will be fixed in the final CUDA 8 release but we do not know when that will be.
Latest rumor is end of September, and as we all know, EVERYTHING you read on the internet is true, eh?
tServo is offline   Reply With Quote
Old 2016-09-28, 23:53   #2626
tServo
 
tServo's Avatar
 
"Marv"
May 2009
near the Tannhäuser Gate

2×7×47 Posts
Default

Quote:
Originally Posted by tServo View Post
Latest rumor is end of September, and as we all know, EVERYTHING you read on the internet is true, eh?
Cuda 8 general availability announced today, Sept 28.
tServo is offline   Reply With Quote
Old 2016-09-29, 11:33   #2627
TheJudger
 
TheJudger's Avatar
 
"Oliver"
Mar 2005
Germany

11×101 Posts
Default Good news!

Code:
mfaktc v0.21 (64bit built)
[...]
CUDA version info
  binary compiled for CUDA  8.0
  CUDA runtime version      8.0
  CUDA driver version       8.0

CUDA device info
  name                      GeForce GTX 1080
  compute capability        6.1
[...]

Selftest statistics
  number of tests           26192
  successfull tests         26192

  kernel             | success |   fail
  -------------------+---------+-------
  UNKNOWN kernel     |      0  |      0
  71bit_mul24        |   2586  |      0
  75bit_mul32        |   2682  |      0
  95bit_mul32        |   2867  |      0
  barrett76_mul32    |   1096  |      0
  barrett77_mul32    |   1114  |      0
  barrett79_mul32    |   1153  |      0
  barrett87_mul32    |   1066  |      0
  barrett88_mul32    |   1069  |      0
  barrett92_mul32    |   1084  |      0
  75bit_mul32_gs     |   2420  |      0
  95bit_mul32_gs     |   2597  |      0
  barrett76_mul32_gs |   1079  |      0
  barrett77_mul32_gs |   1096  |      0
  barrett79_mul32_gs |   1130  |      0
  barrett87_mul32_gs |   1044  |      0
  barrett88_mul32_gs |   1047  |      0
  barrett92_mul32_gs |   1062  |      0

selftest PASSED!
Reference (aka Founders Edition) 1080:
Code:
Starting trial factoring M66362159 from 2^73 to 2^74 (28.83 GHz-days)
 k_min =  71160531149400
 k_max =  142321062305090
Using GPU kernel "barrett76_mul32_gs"
Date    Time | class   Pct |   time     ETA | GHz-d/day    Sieve     Wait
Sep 29 13:31 |    0   0.1% |  2.345  37m29s |   1106.37    82485    n.a.%
Sep 29 13:31 |    4   0.2% |  2.345  37m27s |   1106.37    82485    n.a.%
Sep 29 13:31 |    9   0.3% |  2.340  37m19s |   1108.73    82485    n.a.%
I guess we've a new performance and performance per watt leader.

Oliver
TheJudger is offline   Reply With Quote
Old 2016-09-29, 13:39   #2628
tServo
 
tServo's Avatar
 
"Marv"
May 2009
near the Tannhäuser Gate

29216 Posts
Default

Quote:
Originally Posted by TheJudger View Post
[
I guess we've a new performance and performance per watt leader.

Oliver
Also, looks like they fixed their bugs that have been there since CUDA 7.0 & 7.5, yes?
tServo is offline   Reply With Quote
Old 2016-09-29, 13:46   #2629
GP2
 
GP2's Avatar
 
Sep 2003

50318 Posts
Default

Supposedly CUDA 8 has Visual Studio 2015 support, has anyone tried compiling mfaktc under Windows yet?

Quote:
Originally Posted by tServo View Post
Also, looks like they fixed their bugs that have been there since CUDA 7.0 & 7.5, yes?
Yes:

Code:
  number of tests           26192
  successfull tests         26192
GP2 is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
mfakto: an OpenCL program for Mersenne prefactoring Bdot GPU Computing 1676 2021-06-30 21:23
The P-1 factoring CUDA program firejuggler GPU Computing 753 2020-12-12 18:07
gr-mfaktc: a CUDA program for generalized repunits prefactoring MrRepunit GPU Computing 32 2020-11-11 19:56
mfaktc 0.21 - CUDA runtime wrong keisentraut Software 2 2020-08-18 07:03
World's second-dumbest CUDA program fivemack Programming 112 2015-02-12 22:51

All times are UTC. The time now is 12:09.


Mon Aug 2 12:09:54 UTC 2021 up 10 days, 6:38, 0 users, load averages: 1.54, 1.63, 1.50

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.