![]() |
|
|
#749 | ||
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
5,437 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#750 |
|
Feb 2005
Colorado
2·7·47 Posts |
I guess since we are such a fringe case we should be used to having to read between the lines when it comes to what is acceptable behavior and what isn't.
But Colab, unlike Kaggle, has never answered any of Chris' repeated emails about whether or not they wish we would just go away. |
|
|
|
|
|
#751 | |
|
Jun 2003
32×5×113 Posts |
Quote:
|
|
|
|
|
|
|
#752 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2×67×73 Posts |
Quote:
Also, it appears there is definitely some kind of a "per account" (NOT per user) quota'ing going on. Yesterday I was able to get four instances for 10 hours each -- three appearing to be here in Barbados, and one (RPi) tunneled into the States. All P100s. This morning none of the accounts are getting instances, but a Virtual Machine based browser (CentOS) tunneling into another IP in the States just got a back-end. I hadn't used this for the last two days. Also, I see twelve (12) different people have successfully had access to a GPU backend over the last fourteen (14) hours; six (6) people are running right now. Oh well... While the apparent randomness of the access can be a bit annoying, the good news is we haven't been banned. And, again, we can hardly complain about free compute. |
|
|
|
|
|
|
#753 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
124758 Posts |
That which is not prohibited is allowed.
|
|
|
|
|
|
#754 |
|
May 2011
Orange Park, FL
3×5×59 Posts |
For a couple of days I was getting bumped off of colab after 20 minutes. I normally alternate between a pair of signons which run for ten hours each. I waited a day, and now it looks like things are back to "normal". I just had one session run for ten hours and I have successfully started the other one.
|
|
|
|
|
|
#755 |
|
Feb 2005
Colorado
2·7·47 Posts |
This saga kind of reminds me of Whack-a-Mole.
|
|
|
|
|
|
#756 |
|
Oct 2019
5F16 Posts |
The *** buffer overflow detected *** problem of CUDALucas on colab using P100 is solved now.
When I first encountered this "buffer overflow detected" error on colab, I made a joke to my roommate that it must because the name of P100 is too long - Tesla P100-PCIE-16GB. Today when I tried to compile CUDALucas on colab I noticed that the compiler warnings that some sprintf may cause buffer overflow, and I found that the size of many char arrays is 32, which cannot accommodate some information that contains device name if the name of device is too long... ![]() I enlarged the size of some array, and yes, it worked on colab P100 without "buffer overflow" error now... The compiler just told me everything, alas... ![]() Attached file contains the modified source file CUDALucas.cu, the binary CUDALucas.exe I compiled and the Makefile I used. In detail, I changed sizes of all char arrays which may cause overflow by sprintf to 371 or 742. Please notice me if I left some unchanged or I made some bad changes. I'm using the compiled binary to do a double check. About 13 hours for ~50M exponent. Seems a little slower than excepted to be. Last fiddled with by Fan Ming on 2020-01-01 at 17:06 |
|
|
|
|
|
#757 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
124758 Posts |
Quote:
I count "Tesla P100-PCIE-16GB" as 20, and "GeForce GTX 1080 Ti" as 19. Code:
CUDALucas v2.06beta 64-bit build, compiled May 5 2017 @ 13:02:54 binary compiled for CUDA 8.0 CUDA runtime version 8.0 CUDA driver version 8.0 ------- DEVICE 0 ------- name GeForce GTX 1080 Ti Code:
CUDALucas v2.06beta 64-bit build, compiled May 5 2017 @ 13:00:15 binary compiled for CUDA 6.50 CUDA runtime version 6.50 CUDA driver version 8.0 ------- DEVICE 0 ------- name GeForce GTX 1060 3GB Last fiddled with by kriesel on 2020-01-01 at 19:39 |
|
|
|
|
|
|
#758 | |
|
Einyen
Dec 2003
Denmark
2·1,579 Posts |
Quote:
But you should ONLY use CUDALucas on the P100 if you want to do double check LL tests, because gpuowl is faster for first time tests: I'm getting 1.17ms/iteration on 5120K FFT on gpuowl and 1.44 ms/iteration on 5184K FFT on CUDALucas (and even more on 5120K). |
|
|
|
|
|
|
#759 | |
|
Oct 2019
5×19 Posts |
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
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 |