mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware > Cloud Computing

Reply
 
Thread Tools
Old 2020-06-29, 13:25   #958
Fan Ming
 
Oct 2019

5×19 Posts
Default

Complied new version of gpuowl (commit E5A8F2C:https://github.com/preda/gpuowl/comm...c5dcd953ae33cf) on Google colab.
Not tested, but should work.
Attached Files
File Type: zip gpuowl-20200629.zip (322.7 KB, 82 views)
Fan Ming is offline   Reply With Quote
Old 2020-06-29, 14:15   #959
moebius
 
moebius's Avatar
 
Jul 2009
Germany

2×3×101 Posts
Default

Quote:
Originally Posted by Fan Ming View Post
Complied new version of gpuowl.Not tested, but should work.
Unfortunately, it still doesn't work for me.

2020-06-29 14:12:09 gpuowl
2020-06-29 14:12:09 Note: not found 'config.txt'
2020-06-29 14:12:09 config: -prp 333999549
2020-06-29 14:12:09 device 0, unique id ''
2020-06-29 14:12:09 Exception gpu_error: clGetPlatformIDs(16, platforms, (unsigned *) &nPlatforms) at clwrap.cpp:71 getDeviceIDs
2020-06-29 14:12:09 Bye
moebius is online now   Reply With Quote
Old 2020-06-29, 15:49   #960
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

2×7×383 Posts
Default

Quote:
Originally Posted by moebius View Post
Unfortunately, it still doesn't work for me.

2020-06-29 14:12:09 gpuowl
2020-06-29 14:12:09 Note: not found 'config.txt'
2020-06-29 14:12:09 config: -prp 333999549
2020-06-29 14:12:09 device 0, unique id ''
2020-06-29 14:12:09 Exception gpu_error: clGetPlatformIDs(16, platforms, (unsigned *) &nPlatforms) at clwrap.cpp:71 getDeviceIDs
2020-06-29 14:12:09 Bye
Consider using worktodo.txt for what changes (work assignments), and config.txt for what doesn't normally change. Create a config.txt that tells gpuowl what device to use, and retry.
kriesel is online now   Reply With Quote
Old 2020-06-29, 15:56   #961
Fan Ming
 
Oct 2019

9510 Posts
Default

Quote:
Originally Posted by moebius View Post
Unfortunately, it still doesn't work for me.

2020-06-29 14:12:09 gpuowl
2020-06-29 14:12:09 Note: not found 'config.txt'
2020-06-29 14:12:09 config: -prp 333999549
2020-06-29 14:12:09 device 0, unique id ''
2020-06-29 14:12:09 Exception gpu_error: clGetPlatformIDs(16, platforms, (unsigned *) &nPlatforms) at clwrap.cpp:71 getDeviceIDs
2020-06-29 14:12:09 Bye
Is this a GPU session(Runtime type->Accelerator should be GPU)? It seems that no GPU was detected.
Fan Ming is offline   Reply With Quote
Old 2020-06-29, 17:06   #962
moebius
 
moebius's Avatar
 
Jul 2009
Germany

11368 Posts
Default

Quote:
Originally Posted by Fan Ming View Post
Is this a GPU session(Runtime type->Accelerator should be GPU)? It seems that no GPU was detected.
No, but I've changed this. Thanks for the support.

Unfortunately, the Tesla K80 does not seem to run flawlessly.


2020-06-29 17:02:24 gpuowl
2020-06-29 17:02:24 Note: not found 'config.txt'
2020-06-29 17:02:24 config: -prp 333999549
2020-06-29 17:02:24 device 0, unique id ''
2020-06-29 17:02:24 Tesla K80-0 333999549 FFT: 18M 1K:9:1K (17.70 bpw)
2020-06-29 17:02:24 Tesla K80-0 Expected maximum carry32: 6E890000
2020-06-29 17:02:26 Tesla K80-0 OpenCL args "-DEXP=333999549u -DWIDTH=1024u -DSMALL_HEIGHT=1024u -DMIDDLE=9u -DPM1=0 -DMM2_CHAIN=1u -DMAX_ACCURACY=1 -DWEIGHT_STEP_MINUS_1=0x1.e0807b194ba13p-3 -DIWEIGHT_STEP_MINUS_1=-0x1.8530a90b718e5p-3 -cl-unsafe-math-optimizations -cl-std=CL2.0 -cl-finite-math-only "
2020-06-29 17:02:29 Tesla K80-0

2020-06-29 17:02:29 Tesla K80-0 OpenCL compilation in 2.77 s
2020-06-29 17:02:36 Tesla K80-0 333999549 OK 0 loaded: blockSize 400, 0000000000000003
2020-06-29 17:02:53 Tesla K80-0 333999549 EE 800 0.00%; 13847 us/it; ETA 53d 12:43; e5e2d3b8fb255c88 (check 5.99s)
2020-06-29 17:02:59 Tesla K80-0 333999549 OK 0 loaded: blockSize 400, 0000000000000003
2020-06-29 17:03:16 Tesla K80-0 333999549 EE 800 0.00%; 13862 us/it; ETA 53d 14:06; e5e2d3b8fb255c88 (check 6.00s) 1 errors
2020-06-29 17:03:22 Tesla K80-0 333999549 OK 0 loaded: blockSize 400, 0000000000000003
2020-06-29 17:03:39 Tesla K80-0 333999549 EE 800 0.00%; 13889 us/it; ETA 53d 16:36; e5e2d3b8fb255c88 (check 5.99s) 2 errors
2020-06-29 17:03:39 Tesla K80-0 3 sequential errors, will stop.
2020-06-29 17:03:39 Tesla K80-0 Exiting because "too many errors"
2020-06-29 17:03:39 Tesla K80-0 Bye
moebius is online now   Reply With Quote
Old 2020-06-29, 17:12   #963
Fan Ming
 
Oct 2019

5F16 Posts
Default

Quote:
Originally Posted by moebius View Post
No, but I've changed this. Thanks for the support.

Unfortunately, the Tesla K80 does not seem to run flawlessly.
Try the previous version I provided last year. Maybe optimizations in newer gpuowl caused unstable run, or the compiled new binary isn't well itself.
Fan Ming is offline   Reply With Quote
Old 2020-06-29, 17:13   #964
Fan Ming
 
Oct 2019

5×19 Posts
Default

Quote:
Originally Posted by moebius View Post
No, but I've changed this. Thanks for the support.

Unfortunately, the Tesla K80 does not seem to run flawlessly.


....
2020-06-29 17:02:24 Tesla K80-0 333999549 FFT: 18M 1K:9:1K (17.70 bpw)
2020-06-29 17:02:24 Tesla K80-0 Expected maximum carry32: 6E890000
2020-06-29 17:02:26 Tesla K80-0 OpenCL args "-DEXP=333999549u -DWIDTH=1024u -DSMALL_HEIGHT=1024u -DMIDDLE=9u -DPM1=0 -DMM2_CHAIN=1u -DMAX_ACCURACY=1 -DWEIGHT_STEP_MINUS_1=0x1.e0807b194ba13p-3 -DIWEIGHT_STEP_MINUS_1=-0x1.8530a90b718e5p-3 -cl-unsafe-math-optimizations -cl-std=CL2.0 -cl-finite-math-only "
2020-06-29 17:02:29 Tesla K80-0
Or try to cancel these optimizations.
Fan Ming is offline   Reply With Quote
Old 2020-06-29, 17:19   #965
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2×5×7×139 Posts
Default

Quote:
Originally Posted by moebius View Post
Unfortunately, the Tesla K80 does not seem to run flawlessly.
When you get a K80 (the slowest GPU provided by Colab) choose "Factory Reset", and then reattach. Within a few attempts, you should get a P4, a P100, or a coveted T4.
chalsall is online now   Reply With Quote
Old 2020-06-29, 18:14   #966
moebius
 
moebius's Avatar
 
Jul 2009
Germany

2×3×101 Posts
Default

1) LL in the double check range seems to work with the new compiled version.

2020-06-29 17:58:56 gpuowl
2020-06-29 17:58:56 Note: not found 'config.txt'
2020-06-29 17:58:56 config: -ll 53537243
2020-06-29 17:58:56 device 0, unique id ''
2020-06-29 17:58:56 Tesla T4-0 53537243 FFT: 2.75M 256:11:512 (18.57 bpw)
2020-06-29 17:58:56 Tesla T4-0 Expected maximum carry32: 46D30000
2020-06-29 17:58:56 Tesla T4-0 OpenCL args "-DEXP=53537243u -DWIDTH=256u -DSMALL_HEIGHT=512u -DMIDDLE=11u -DPM1=0 -DMM_CHAIN=1u -DMM2_CHAIN=1u -DMAX_ACCURACY=1 -DWEIGHT_STEP_MINUS_1=0x1.6730c3da2ac15p-2 -DIWEIGHT_STEP_MINUS_1=-0x1.09ea3b9d0d90fp-2 -cl-unsafe-math-optimizations -cl-std=CL2.0 -cl-finite-math-only "
2020-06-29 17:58:56 Tesla T4-0

2020-06-29 17:58:56 Tesla T4-0 OpenCL compilation in 0.01 s
2020-06-29 17:58:56 Tesla T4-0 53537243 LL 119000 loaded: b7fe47edf1df9c7f
2020-06-29 18:02:54 Tesla T4-0 53537243 LL 200000 0.37%; 2937 us/it; ETA 1d 19:31; d1177beaa336d0f0
2020-06-29 18:07:47 Tesla T4-0 53537243 LL 300000 0.56%; 2932 us/it; ETA 1d 19:21; 3cf6b471d02c92b7


2) canceling -cl-unsafe-math-optimizations

Unfortunately I am not so familiar with gpuowl to be able to do that quickly.


3) with -prp 333999549 the same error occurred again with the Tesla T4


I will run double checks for now.
moebius is online now   Reply With Quote
Old 2020-06-29, 19:09   #967
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

2·7·383 Posts
Default

Quote:
Originally Posted by moebius View Post
2) canceling -cl-unsafe-math-optimizations
-h is your friend. Help output includes the option

-safeMath : do not use -cl-unsafe-math-optimizations (OpenCL)
kriesel is online now   Reply With Quote
Old 2020-06-29, 20:08   #968
moebius
 
moebius's Avatar
 
Jul 2009
Germany

11368 Posts
Smile

Quote:
Originally Posted by kriesel View Post
-h is your friend. Help output includes the option

-safeMath : do not use -cl-unsafe-math-optimizations (OpenCL)

Thanks I missed that, I will try that later. I let the DC go through before colab throws me out.


2020-06-29 19:35:51 Tesla T4-0 53537243 OK 2000000 (jacobi == -1)
2020-06-29 19:40:44 Tesla T4-0 53537243 LL 2200000 4.11%; 2934 us/it; ETA 1d 17:51; 0ff568d9b44b522e
2020-06-29 19:45:37 Tesla T4-0 53537243 LL 2300000 4.30%; 2933 us/it; ETA 1d 17:44; 251446abea375f31
2020-06-29 19:50:31 Tesla T4-0 53537243 LL 2400000 4.48%; 2933 us/it; ETA 1d 17:40; ccfb451c0f8d3213
2020-06-29 19:55:24 Tesla T4-0 53537243 LL 2500000 4.67%; 2932 us/it; ETA 1d 17:34; 29045b8768c16eff
2020-06-29 20:00:17 Tesla T4-0 53537243 LL 2600000 4.86%; 2937 us/it; ETA 1d 17:33; bf1b2da355335b21
2020-06-29 20:00:17 Tesla T4-0 53537243 OK 2500000 (jacobi == -1)
2020-06-29 20:05:12 Tesla T4-0 53537243 LL 2700000 5.04%; 2941 us/it; ETA 1d 17:32; 4131529510cd3e19
/
moebius is online now   Reply With Quote
Reply



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

All times are UTC. The time now is 18:05.


Fri Jul 16 18:05:44 UTC 2021 up 49 days, 15:52, 1 user, load averages: 2.53, 2.02, 1.69

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.