![]() |
|
|
#3213 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
2×5×7×67 Posts |
|
|
|
|
|
|
#3214 | |
|
Random Account
Aug 2009
195610 Posts |
Quote:
A side note: I never run my GPU at full throttle now. I use Afterburner to slow it down. 75% is typical. The performance loss is negligible. Power consumption and heat output is considerably less. 70°C at full, 55°C at 75%. |
|
|
|
|
|
|
#3215 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
2×32×7×43 Posts |
Is there a CUDA 8 version Windows build of the 2047M gpusievesize mfaktc mod somewhere?
|
|
|
|
|
|
#3216 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
2·32·7·43 Posts |
Quote:
To try it on my older CC2.x gpus, it would require a CUDA6.5 Windows 7 X64 build. |
|
|
|
|
|
|
#3217 | |
|
"Sam Laur"
Dec 2018
Turku, Finland
13D16 Posts |
Quote:
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). I also managed to recompile under CUDA 8.0 but for compute 2.0. I didn't read the error messages correctly the last time around, it complained about 2.1 but not 2.0... go figure. Do you need that combination as well? Anyway the attached binaries are for 64-bit CUDA 6.5, compute versions 20 30 35 37 50 and 52. |
|
|
|
|
|
|
#3218 | |
|
Oct 2019
9510 Posts |
Quote:
I tried to compile this code with CUDA Toolkit v10.1 and Visual Studio 2019 on my Windows 10 computer. It succeeded at compiling. But when I run the compiled executables on my another Windows 7 computer(the Windows 10 computer only have CUDA 8 drive installed, so can't run), the exe exited with this error information: Code:
CUDA version info binary compiled for CUDA 10.10 CUDA runtime version 10.10 CUDA driver version 10.10 CUDA device info name GeForce GTX 1660 compute capability 7.5 max threads per block 1024 max shared memory per MP 65536 byte number of multiprocessors 22 clock rate (CUDA cores) 1800MHz memory clock rate: 4001MHz memory bus width: 192 bit Automatic parameters threads per grid 720896 GPUSievePrimes (adjusted) 82486 GPUsieve minimum exponent 1055144 running a simple selftest... ERROR: cudaGetLastError() returned 98: invalid device function Attached file contains Makefile.win I used (and modified) and the compiled executable. |
|
|
|
|
|
|
#3219 | |
|
"Sam Laur"
Dec 2018
Turku, Finland
317 Posts |
Quote:
ERROR: cudaGetLastError() returned 8: invalid device function So almost the same, but not quite. Windows 7 computer for compiling and running, but that shouldn't make a difference (but then, who knows?) Anyway, compiling on VS2012 worked and then the binary also started working. This was for the plain unmodified mfaktc 0.21 though, but maybe the code is still similar enough so that the errors are the same. No idea why it happens... |
|
|
|
|
|
|
#3220 | |
|
Oct 2019
9510 Posts |
Quote:
May be problems related to Makefile.win or cl.exe in VS, but I knew nothing about them(I just Googled and knew the name of these things yesterday).Can anyone test compiling on Windows environment? |
|
|
|
|
|
|
#3221 |
|
Oct 2019
10111112 Posts |
Attached file is the compiled CUDA 10.1 mfaktc (repunit version) on Windows 64bit.
I compiled it using CUDA 10.1 toolkit and Microsoft VS 2012 on Windows 10. I failed all test cases on my GTX 1660 GPU(CC 7.5 Turing card) with the following error message: Code:
CUDA version info binary compiled for CUDA 10.10 CUDA runtime version 10.10 CUDA driver version 10.10 CUDA device info name GeForce GTX 1660 compute capability 7.5 max threads per block 1024 max shared memory per MP 65536 byte number of multiprocessors 22 clock rate (CUDA cores) 1800MHz memory clock rate: 4001MHz memory bus width: 192 bit Automatic parameters threads per grid 720896 GPUSievePrimes (adjusted) 82486 GPUsieve minimum exponent 1055144 running a simple selftest... ERROR: selftest failed for R2866499 no factor found ERROR: selftest failed for R2866499 no factor found ERROR: selftest failed for R2866499 no factor found ERROR: selftest failed for R2866499 no factor found ERROR: selftest failed for R2866499 no factor found ERROR: selftest failed for R2866499 no factor found ERROR: selftest failed for R1729921 no factor found ERROR: selftest failed for R1729921 no factor found ERROR: selftest failed for R1729921 no factor found ERROR: selftest failed for R1729921 no factor found ERROR: selftest failed for R1729921 no factor found ERROR: selftest failed for R1729921 no factor found ERROR: selftest failed for R2482747 no factor found ERROR: selftest failed for R2482747 no factor found ERROR: selftest failed for R2482747 no factor found ERROR: selftest failed for R2482747 no factor found ERROR: selftest failed for R2482747 no factor found ERROR: selftest failed for R2482747 no factor found ERROR: selftest failed for R403433 no factor found ERROR: selftest failed for R403433 no factor found ERROR: selftest failed for R422057 no factor found ERROR: selftest failed for R422057 no factor found ERROR: selftest failed for R554959 no factor found ERROR: selftest failed for R554959 no factor found ERROR: selftest failed for R575173 no factor found ERROR: selftest failed for R444113 no factor found ERROR: selftest failed for R442487 no factor found Selftest statistics number of tests 27 successfull tests 0 no factor found 27 selftest FAILED! random selftest offset was: 29242 My compiled mmff seems work well on my GPU and I didn't test compiling original mfaktc version. IDK why this happened:( Can anyone do a test to see if it works well? Thanks! Last fiddled with by Fan Ming on 2019-10-19 at 11:26 |
|
|
|
|
|
#3222 |
|
Jun 2019
Boston, MA
3×13 Posts |
Sorry to derail the thread but random question:
Are mfaktc and mfakto checkpoint files cross compatible or not? |
|
|
|
|
|
#3223 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
152A16 Posts |
Quote:
See also points 38 and 39 in https://www.mersenneforum.org/showpo...23&postcount=6 |
|
|
|
|
![]() |
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 |