![]() |
|
|
#243 | |
|
"Rob Gahan"
Aug 2013
Ireland
22·32 Posts |
Quote:
Thanks again LaurV This is exactly what I need, it'll keep me busy for a while but I'll report back with the results. Second ClLucas M( 63083221 )C, 0x3c3b3e3282ec79__, n = 4194304, clLucas v1.01 Last fiddled with by chalsall on 2013-10-14 at 15:51 Reason: Masked residue. |
|
|
|
|
|
|
#244 |
|
"Mr. Meeseeks"
Jan 2012
California, USA
87816 Posts |
Makefile for mingw(windows).
Code:
DEPTH = ../../../../.. include $(DEPTH)/make/openclsdkdefs.mk # Root path of clFFT CLFFT = /opt/clFFT-2.0 #### # # Targets # #### OPENCL = 1 SAMPLE_EXE = 1 EXE_TARGET = clLucas EXE_TARGET_INSTALL = clLucas #### # # C/CPP files # #### FILES = clLucas CLFILES = Kernels.cl CFLAGS += -O3 -Wno-conversion-null -Wno-write-strings -Wno-pointer-arith -I . -I /opt/AMDAPP/include/ -I $(CLFFT)/include -I $(CLFFT)/src/include LLIBS += SDKUtil LDFLAGS += -O3 $(CLFFT)/library/libclFFT.dll.a -lOpenCL include $(DEPTH)/make/openclsdkrules.mk |
|
|
|
|
|
#246 |
|
Romulan Interpreter
Jun 2011
Thailand
72·197 Posts |
BTW, a supermod could mask the residue two posts above... Just in case...
@Robish: please do not post full residues of un-verified LL tests, some "credit hunters" will be tempted to "verify" them using your residue, and 20 years later we may find out we missed a prime, in case that residue is wrong. |
|
|
|
|
|
#247 |
|
"Mr. Meeseeks"
Jan 2012
California, USA
23·271 Posts |
Just finished my ninth DC(38M) no mismatch, all matching with one card memory overclocked all the way to max.
38198291 Looks oddly familiar. Also, upgrading from 13.9 to 13.11, I had 13.4 ms vs 12.0 . Last fiddled with by kracker on 2013-10-15 at 15:10 |
|
|
|
|
|
#248 | |
|
"Svein Johansen"
May 2013
Norway
3×67 Posts |
Quote:
I am considering getting a R9 290X which has almost same number of compute cores and number of transistors as the GK110 on a Titan. Just wondering if we would see similar iteration times ? What do you think Kracker ? |
|
|
|
|
|
|
#249 |
|
Mar 2010
3×137 Posts |
It can very roughly be approximated from 7970's timings, since we know the amount of shaders and their clocks for both cards.
Last fiddled with by Karl M Johnson on 2013-10-16 at 11:01 Reason: yes |
|
|
|
|
|
#250 |
|
"Mr. Meeseeks"
Jan 2012
California, USA
41708 Posts |
Hate to disagree, but I don't think so. We do know the number of st's and clocks but the R9 290(X) is from a new architecture, and that can/will change things. I have my ideas on the performance of it, but...
|
|
|
|
|
|
#251 |
|
Sep 2009
22·523 Posts |
Would there be a range about 76M where the next larger power of 2 FFT would be optimal for first time checks?
Chris |
|
|
|
|
|
#252 |
|
Romulan Interpreter
Jun 2011
Thailand
72·197 Posts |
Yes, with a max of 77M, for which the error stays at 0.25 (therefore a bit risky, if it "increase" in the middle, then a hundred hours gone...).
Safe to use from about 68M to about 76M5, for which a Tahiti gets ETA 155-168 hours with the CPU idle and 230-260 hours with the CPU busy (P95 running in all cores). With this score, the question is if it is not better to let the Tahiti do TF or coins mining. The 2^x (i.e. 4194304 in our case) is indeed much faster, for comparison, the "precedent" FFT (3932160) gets double times (330 hours at 70M expo), and the "next" in size after the power of two (4718592) needs more time (like 650++ hours at 78M expo). Interesting that the "non-power of two" sizes are not affected by P95 running or not (!?!?!?). (for the records, I use driver 13.1, all the other after it are either slower or have other problems). |
|
|
|
|
|
#253 | |
|
"Mr. Meeseeks"
Jan 2012
California, USA
23×271 Posts |
Quote:
Frankly, I'm waiting for a mismatch on my heavily oc'ed card but none yet. |
|
|
|
|
![]() |
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 |
| Can't get OpenCL to work on HD7950 Ubuntu 14.04.5 LTS | VictordeHolland | Linux | 4 | 2018-04-11 13:44 |
| OpenCL accellerated lattice siever | pstach | Factoring | 1 | 2014-05-23 01:03 |
| OpenCL for FPGAs | TObject | GPU Computing | 2 | 2013-10-12 21:09 |
| AMD's Graphics Core Next- a reason to accelerate towards OpenCL? | Belteshazzar | GPU Computing | 19 | 2012-03-07 18:58 |