![]() |
|
|
#243 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
542110 Posts |
Quote:
http://www.mersenne.ca/mfaktc.php?sort=ghdpd or LL at http://www.mersenne.ca/cudalucas.php?sort=gflops The 75M column is what's relevant to 4096K fft length |
|
|
|
|
|
|
#244 |
|
"Composite as Heck"
Oct 2017
3×52×11 Posts |
Thanks for the mountain of stats, what I was really after was a comparison between Vega 56/64 and 1080/TI in their best-case prime hunting, so I should have picked CUDALucas as nvidia's best-case straight away.
I don't know the best OpenCL card to fit a 60W limit, but I know that in the context of Monero mining the minimum efficient wattages are ~100W for the RX570, RX580 and Vega56, so for AMD's best offering that might do the job you're probably looking at the RX560 at best. One of AMD's GPU weaknesses tend to be power consumption, so you might find that with such a low power limit an nvidia card might be preferable, even if your workload is OpenCL. |
|
|
|
|
|
#245 | |
|
"Mihai Preda"
Apr 2015
3×457 Posts |
Quote:
Surprisingly low power usage for Vega, clearly in the range of RX580. |
|
|
|
|
|
|
#246 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
152D16 Posts |
Quote:
My interest in AMD < 60W is less about max output per watt hour than having something on which to test and run OpenCL software, attached to systems via 1x/16x PCIe extenders and mounted externally, and to safely exceed the case space and cooling limits. I have a pretty NVIDIA/Intel centric fleet here. Some of the software seems to be GPU specific within OpenCl. (Mfakto as I recall.) OpenCl on IGPs works in some cases and not others, and can have negative effect on total system throughput. Quadro 2000's are getting scarce, so something like the 50W RX550 is an alternative at about the same speed as the Quadro 2000. So I have an RX 550 on order. Next whole system I bring up, might have a GTX1080, or might have a Vega, inside the box, tbd. Mfaktco ini file excerpt: # Different GPUs may have their best performance with different kernels # Here, you can give a hint to mfakto on how to optimize the kernels. # # Possible values: # GPUType=AUTO try to auto-detect, if that does not work: let me know # GPUType=GCN Tahiti et al. (HD77xx-HD79xx), also assumed for unknown devices. # GPUType=VLIW4 Cayman (HD69xx) # GPUType=VLIW5 most other AMD GPUs (HD4xxx, HD5xxx, HD62xx-HD68xx) # GPUType=APU all APUs (C-30 - C-60, E-240 - E-450, A2-3200 - A8-3870K) not sure if the "small" APUs would work better as VLIW5. # GPUType=CPU all CPUs (when GPU not found, or forced to CPU) # GPUType=NVIDIA reserved for Nvidia-OpenCL. Currently mapped to "CPU" and not yet functional on Nvidia Hardware. # GPUType=INTEL reserved for Intel-OpenCL (e.g. HD4000). Not yet functional. # # Default: GPUType=AUTO Last fiddled with by kriesel on 2017-12-17 at 14:47 |
|
|
|
|
|
|
#247 |
|
Jul 2009
Germany
607 Posts |
Following Error occured at me! Anyone have a idea to fix this?
C:\Users\name\Desktop\gpuowl-v1.9-94aa58f>gpuowl gpuOwL v1.9- GPU Mersenne primality checker GeForce GTX 560 Ti, 8x1800MHz OpenCL compilation in 452 ms, with "-I. -cl-fast-relaxed-math -cl-std=CL2.0 -DE XP=8171XXXXu -DWIDTH=2048u -DHEIGHT=2048u -DLOG_NWORDS=23u -DFP_DP=1 " Note: using long carry kernels PRP-3: FFT 8M (2048 * 2048 * 2) of 8171XXXX (9.74 bits/word) Starting at iteration 0 error -5 Assertion failed! Program: C:\Users\name\Desktop\gpuowl-v1.9-94aa58f\gpuowl.exe File: clwrap.h, Line 234 Expression: check(clEnqueueReadBuffer(queue, buf, blocking, start, size, data, 0 , __null, __null)) This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. |
|
|
|
|
|
#248 | |
|
"Mihai Preda"
Apr 2015
137110 Posts |
Quote:
Would you try with a lower exponent around 77M, to see if you get the same? |
|
|
|
|
|
|
#249 |
|
Jul 2009
Germany
10010111112 Posts |
smilar error, but not the same error output....
gpuOwL v1.9- GPU Mersenne primality checker GeForce GTX 560 Ti, 8x1800MHz OpenCL compilation in 1684 ms, with "-I. -cl-fast-relaxed-math -cl-s EXP=60000877u -DWIDTH=1024u -DHEIGHT=2048u -DLOG_NWORDS=22u -DFP_DP= PRP-3: FFT 4M (1024 * 2048 * 2) of 60000877 (14.31 bits/word) Starting at iteration 0 error -5 (carryConv) Assertion failed! Program: C:\Users\name\Desktop\gpuowl-v1.9-94aa58f\gpuowl.exe File: clwrap.h, Line 230 Expression: check(clEnqueueNDRangeKernel(queue, kernel, 1, __null, & roupSize, 0, __null, __null), name.c_str()) This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. |
|
|
|
|
|
#250 |
|
"Mihai Preda"
Apr 2015
3·457 Posts |
It seems it's not working on Nvidia for some reason. Maybe too many VGPRs requested by the compiler, or too much shared memory, or who knows what. I may look into this myself when I get an Nvidia GPU to test on. In the meantime you can use cudaLucas.
|
|
|
|
|
|
#251 |
|
Jul 2009
Germany
607 Posts |
[QUOTE=preda;474565. I may look into this myself when I get an Nvidia GPU to test on. In the meantime you can use cudaLucas.[/QUOTE]
Ich denke ebenso, das das man einfach nur die systemnahen Befehle anpassen muss. Der Erfolg von PRP in der Zukunft, ist abhängig davon, ob sämtliche Grakikkarten-Typen unterstützt werden. I also think that you just have to adjust the system-related commands. The success of PRP in the future depends on the grade of supporting all types of Grafik cards. |
|
|
|
|
|
#252 | |
|
"Eric"
Jan 2018
USA
3248 Posts |
Quote:
|
|
|
|
|
|
|
#253 |
|
"Mihai Preda"
Apr 2015
3·457 Posts |
|
|
|
|
![]() |
| 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 |
| GPUOWL AMD Windows OpenCL issues | xx005fs | GpuOwl | 0 | 2019-07-26 21:37 |
| Testing an expression for primality | 1260 | Software | 17 | 2015-08-28 01:35 |
| Testing Mersenne cofactors for primality? | CRGreathouse | Computer Science & Computational Number Theory | 18 | 2013-06-08 19:12 |
| Primality-testing program with multiple types of moduli (PFGW-related) | Unregistered | Information & Answers | 4 | 2006-10-04 22:38 |