![]() |
|
|
#2916 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
1101010101102 Posts |
|
|
|
|
|
|
#2917 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
33×192 Posts |
Quote:
![]() Despite the capex, the investment might make sense over the life of the kit based on the TDP. |
|
|
|
|
|
|
#2918 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
124A16 Posts |
|
|
|
|
|
|
#2919 |
|
Banned
"Luigi"
Aug 2002
Team Italia
24×7×43 Posts |
|
|
|
|
|
|
#2920 | |
|
Einyen
Dec 2003
Denmark
C5516 Posts |
Quote:
I compiled mfaktc this way without any errors but when running it, it does not work: ERROR: cudaGetLastError() returned 8: invalid device function Is CUDA10 too advanced for compute capability 3.5 (Titan Black) ? I did add 3.5 in Makefile and as I said no error: NVCCFLAGS += --generate-code arch=compute_35,code=sm_35 # but CC 3.5 (3.2?) _CAN_ use funnel shift which is useful for mfaktc There were some errors: Code:
c:\msys64\home\ath\mfaktc-0.21\src\tf_common.cu(242): warning C4996: 'cudaThreadSynchronize': was declared deprecated c:\cuda10\include\cuda_runtime_api.h(947): note: see declaration of 'cudaThreadSynchronize' c:\msys64\home\ath\mfaktc-0.21\src\tf_common.cu(242): warning C4996: 'cudaThreadSynchronize': was declared deprecated c:\cuda10\include\cuda_runtime_api.h(947): note: see declaration of 'cudaThreadSynchronize' c:\msys64\home\ath\mfaktc-0.21\src\tf_common_gs.cu(169): warning C4996: 'cudaThreadSynchronize': was declared deprecated c:\cuda10\include\cuda_runtime_api.h(947): note: see declaration of 'cudaThreadSynchronize' c:\msys64\home\ath\mfaktc-0.21\src\tf_common.cu(242): warning C4996: 'cudaThreadSynchronize': was declared deprecated c:\cuda10\include\cuda_runtime_api.h(947): note: see declaration of 'cudaThreadSynchronize' c:\msys64\home\ath\mfaktc-0.21\src\tf_common_gs.cu(169): warning C4996: 'cudaThreadSynchronize': was declared deprecated c:\cuda10\include\cuda_runtime_api.h(947): note: see declaration of 'cudaThreadSynchronize' gpusieve.cu(1371): warning C4244: '=': conversion from '__int64' to 'uint32', possible loss of data gpusieve.cu(1385): warning C4244: '=': conversion from '__int64' to 'uint32', possible loss of data gpusieve.cu(1400): warning C4244: '=': conversion from '__int64' to 'uint32', possible loss of data gpusieve.cu(1416): warning C4244: '=': conversion from '__int64' to 'uint32', possible loss of data gpusieve.cu(1450): warning C4244: '=': conversion from '__int64' to 'uint32', possible loss of data gpusieve.cu(1466): warning C4244: '=': conversion from '__int64' to 'uint32', possible loss of data gpusieve.cu(1506): warning C4244: '=': conversion from '__int64' to 'uint32', possible loss of data gpusieve.cu(1522): warning C4244: '=': conversion from '__int64' to 'uint32', possible loss of data gpusieve.cu(1558): warning C4244: '=': conversion from '__int64' to 'uint32', possible loss of data gpusieve.cu(1273): warning C4996: 'cudaThreadSetCacheConfig': was declared deprecated c:\cuda10\include\cuda_runtime_api.h(1112): note: see declaration of 'cudaThreadSetCacheConfig' gpusieve.cu(1599): warning C4996: 'cudaThreadSynchronize': was declared deprecated c:\cuda10\include\cuda_runtime_api.h(947): note: see declaration of 'cudaThreadSynchronize' gpusieve.cu(1621): warning C4996: 'cudaThreadSynchronize': was declared deprecated c:\cuda10\include\cuda_runtime_api.h(947): note: see declaration of 'cudaThreadSynchronize' gpusieve.cu(1645): warning C4996: 'cudaThreadSynchronize': was declared deprecated c:\cuda10\include\cuda_runtime_api.h(947): note: see declaration of 'cudaThreadSynchronize' c:\msys64\home\ath\mfaktc-0.21\src\tf_common.cu(242): warning C4996: 'cudaThreadSynchronize': was declared deprecated c:\cuda10\include\cuda_runtime_api.h(947): note: see declaration of 'cudaThreadSynchronize' c:\msys64\home\ath\mfaktc-0.21\src\tf_common_gs.cu(169): warning C4996: 'cudaThreadSynchronize': was declared deprecated c:\cuda10\include\cuda_runtime_api.h(947): note: see declaration of 'cudaThreadSynchronize' Last fiddled with by ATH on 2018-10-06 at 15:30 |
|
|
|
|
|
|
#2921 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
539710 Posts |
Quote:
Have you tried compiling a smaller simpler sample project? How did that go? One that prints out driver supported CUDA version, runtime dll supported version, and gpu model & CUDA CC level would be good. Such might be quickly created from (a copy of) mfaktc by deleting most of mfaktc. Keep just the part necessary for producing the following output, and accepting a device number as input, or spin through integers starting from zero until there's no gpu there: Code:
CUDA version info binary compiled for CUDA 6.50 CUDA runtime version 6.50 CUDA driver version 9.10 CUDA device info name GeForce GTX 480 compute capability 2.0 maximum threads per block 1024 number of multiprocessors 15 (480 shader cores) clock rate 1451MHz Also https://en.wikipedia.org/wiki/CUDA#GPUs_supported. Last fiddled with by kriesel on 2018-10-06 at 17:28 |
|
|
|
|
|
|
#2922 |
|
Einyen
Dec 2003
Denmark
7·11·41 Posts |
Yes, I installed the drivers that came with CUDA10 and added the CUDA 10 dll files:
Code:
CUDA version info binary compiled for CUDA 10.0 CUDA runtime version 10.0 CUDA driver version 10.0 Code:
CUDA version info binary compiled for CUDA 9.20 CUDA runtime version 9.20 CUDA driver version 10.0 I'll just wait for Oliver's CUDA10 Windows binaries and test if those works on my card. Otherwise the old binaries I have are good enough, I just wanted to compile them myself if I could. Last fiddled with by ATH on 2018-10-06 at 19:22 |
|
|
|
|
|
#2923 | |
|
"Tony Gott"
Aug 2002
Yell, Shetland, UK
22×83 Posts |
Quote:
|
|
|
|
|
|
|
#2924 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
3×7×257 Posts |
Today's eBay listings have the RTX 2080 Ti ranging from $1200-1400 in ongoing auctions, and $1500 and up (way up) for buy it now.
|
|
|
|
|
|
#2925 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
2·3·569 Posts |
Quote:
|
|
|
|
|
|
|
#2926 | |
|
"Eric"
Jan 2018
USA
3248 Posts |
Quote:
|
|
|
|
|
![]() |
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 |