![]() |
|
|
#364 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
152C16 Posts |
Quote:
Mfaktc kicks out about 400GhzD/day on a K80. EACH Colab K80. But it's my understanding cudalucas on colab has been done. And even better, so has gpuowl. Just not by some of us. Yet. See post 29 for gpuowl, 178 for cudalucas. |
|
|
|
|
|
|
#365 |
|
Jun 2003
2·3·7·112 Posts |
|
|
|
|
|
|
#366 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
22·5·271 Posts |
Quote:
It's all "Just for Fun" (tm). When it stops being fun, do something else for a while. https://primes.utm.edu/bios/page.php?lastname=Woltman Last fiddled with by axn on 2019-10-18 at 17:50 Reason: fix quote |
|
|
|
|
|
|
#367 |
|
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
3×17×97 Posts |
It’s not a waste, it’s avoided energy, which is good for Greta Thunberg.
|
|
|
|
|
|
#368 |
|
Einyen
Dec 2003
Denmark
2×1,579 Posts |
Anyone has a compiled version of gpuowl that works on Colab and/or Kaggle?
Did anyone test if it was faster than CUDALucas? |
|
|
|
|
|
#369 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
9,767 Posts |
Quote:
|
|
|
|
|
|
|
#370 | |
|
Jun 2003
2·3·7·112 Posts |
Quote:
|
|
|
|
|
|
|
#371 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
22·5·271 Posts |
|
|
|
|
|
|
#372 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
22·5·271 Posts |
Quote:
Direct gpu testing here on Windows has shown gpuowl is usually slightly faster than CUDALucas on the same GTX10xx gpu. Last fiddled with by kriesel on 2019-10-18 at 18:11 |
|
|
|
|
|
|
#373 | |
|
Oct 2019
10111112 Posts |
Quote:
Attached is the compiled executable. Steps for using this executable on Google Colab(Ignore if you already know): 1.Create a folder on Google drive named "gpuowl-master". 2.Upload attached executable "gpuowl.exe" in this folder. 3.Use this ipynb code(don't forget to turn GPU accelerate on): Code:
import os.path
from google.colab import drive
if not os.path.exists('/content/drive/My Drive'):
drive.mount('/content/drive')
%cd '/content/drive/My Drive/gpuowl-master/'
!cp 'gpuowl.exe' /usr/local/bin/
!chmod 755 '/usr/local/bin/gpuowl.exe'
!/usr/local/bin/gpuowl.exe -use ORIG_X2
Code:
/content/drive/My Drive/gpuowl-master 2019-10-19 16:31:38 gpuowl 2019-10-19 16:31:38 Note: no config.txt file found 2019-10-19 16:31:38 config: -use ORIG_X2 2019-10-19 16:31:38 77936867 FFT 4608K: Width 256x4, Height 64x4, Middle 9; 16.52 bits/word 2019-10-19 16:31:38 OpenCL args "-DEXP=77936867u -DWIDTH=1024u -DSMALL_HEIGHT=256u -DMIDDLE=9u -DWEIGHT_STEP=0x1.65cdc45f71f4cp+0 -DIWEIGHT_STEP=0x1.6e52dd530031p-1 -DWEIGHT_BIGSTEP=0x1.306fe0a31b715p+0 -DIWEIGHT_BIGSTEP=0x1.ae89f995ad3adp-1 -DORIG_X2=1 -I. -cl-fast-relaxed-math -cl-std=CL2.0" 2019-10-19 16:31:40 2019-10-19 16:31:40 OpenCL compilation in 1453 ms 2019-10-19 16:31:50 77936867 OK 1000 0.00%; 3929 us/sq; ETA 3d 13:04; 9711fce020e74461 (check 2.15s) 2019-10-19 16:32:39 Stopping, please wait.. 2019-10-19 16:32:41 77936867 OK 13500 0.02%; 3961 us/sq; ETA 3d 13:44; 350e9c68bedf46b6 (check 2.18s) 2019-10-19 16:32:41 Exiting because "stop requested" 2019-10-19 16:32:41 Bye Last fiddled with by Uncwilly on 2019-10-19 at 19:20 |
|
|
|
|
|
|
#374 | |
|
"Eric"
Jan 2018
USA
22·53 Posts |
Quote:
I am having a lot of trouble finding cudalucas linux executables, neither could i find the source code. It will be great if I test the speed of cudalucas on those K80s to compare with gpuowl performance. Last fiddled with by xx005fs on 2019-10-19 at 17:35 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Alternatives to Google Colab | kriesel | Cloud Computing | 11 | 2020-01-14 18:45 |
| Notebook | enzocreti | enzocreti | 0 | 2019-02-15 08:20 |
| Computer Diet causes Machine Check Exception -- need heuristics help | Christenson | Hardware | 32 | 2011-12-25 08:17 |
| Computer diet - Need help | garo | Hardware | 41 | 2011-10-06 04:06 |
| Workunit diet ? | dsouza123 | NFSNET Discussion | 5 | 2004-02-27 00:42 |