![]() |
![]() |
#12 | |
Jul 2019
2·3 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#13 | |
Apr 2019
CD16 Posts |
![]() Quote:
Also I'm not super familiar with these Tesla GPUs, but its interesting that K80 is 2-in-1. Does this mean it shows up as two devices? Maybe it actually more efficient to run two simultaneous mfaktc instances if possible, by specifying the device #? If its giving ~400Ghz-d/day then I'm surprised how poorly it performs compared to a GTX 1660 though (I get 1500-1600 on mine), despite the K80 core count being much higher and FP32 TFLOPS being only slightly less per "processor" 4TFLOP K80 vs 5TFLOPS on 1660, so x2 it should easily beat that. With the K80 having decent FP64 performance (1:3 of FP32, vs typical GPU having 1:32), I wonder if it would be better suited for CudaPm1 or CudaLucas work rather than TF. Those use FP64 heavily, as I understand, and why Radeon VII wipes the floor with most Nvidia GPUs for those tasks, but not TF. |
|
![]() |
![]() |
![]() |
#14 | |
If I May
"Chris Halsall"
Sep 2002
Barbados
254708 Posts |
![]() Quote:
Definitely should be analyzed. I think this is early days; different Notebooks can be created and shared to focus on a particular compute space, and each individual user gets to choose which they run in their (singular) VM. |
|
![]() |
![]() |
![]() |
#15 | |
If I May
"Chris Halsall"
Sep 2002
Barbados
101011001110002 Posts |
![]() Quote:
Uploaded your executable, and got a warning about not being able to find the CUDA 10.1 library. Apparently, CoLab is 10.0. Uploaded your entire archive, unpacked, and "make clean" and then "make" in the src/ directory. Moved the resulting executable into place. The T4 started at 2,080 GhzD/D, and then quickly throttled down to ~1,760 GHzD/D. Wow! ![]() |
|
![]() |
![]() |
![]() |
#16 | ||
Apr 2019
110011012 Posts |
![]() Quote:
Quote:
And very nice throughput on that T4! |
||
![]() |
![]() |
![]() |
#17 |
"Eric"
Jan 2018
USA
22010 Posts |
![]()
Any Cuda 10.0 builds with 7.5 compute capabilities in the wild? Just in case I can use their T4s in the system. I sadly don't have a Linux system on hand to build them and I want to use this feature as well.
|
![]() |
![]() |
![]() |
#18 |
"Yves"
Jul 2017
Belgium
83 Posts |
![]()
Hello,
I'm setting up a notebook with the mfaktc built for CUDA 10.1 provided by hansl (see https://www.mersenneforum.org/showthread.php?t=12827, message #3189). Still a problem when running it : Code:
CUDA version info binary compiled for CUDA 10.10 CUDA runtime version 0.75 CUDA driver version 10.10 ERROR: CUDA runtime version must match the CUDA toolkit version used during compile!. Many thanks for your help, Yves |
![]() |
![]() |
![]() |
#19 |
If I May
"Chris Halsall"
Sep 2002
Barbados
23·3·461 Posts |
![]()
Yup. Please try the attached.
It's just the executable produced from hansl's archive with a slightly tweaked Makefile, and built on CoLab. This also means the "LD_LIBRARY_PATH" stuff isn't needed, and it works for both K80s and T4. Unpack it, upload it, rename it and you should be good to go. |
![]() |
![]() |
![]() |
#20 | |
If I May
"Chris Halsall"
Sep 2002
Barbados
23×3×461 Posts |
![]() Quote:
![]() Indeed! Now I'm going to whine when I only get a K80! ![]() |
|
![]() |
![]() |
![]() |
#21 |
"Yves"
Jul 2017
Belgium
83 Posts |
![]()
@Chalsall :
Thanks for your answer ! Same error occurs after copying the new version of the program. Here my script : 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/mfaktc-0.21/' !chmod 755 '/content/drive/My Drive/mfaktc-0.21/mfaktc.exe' !cd '.' && /content/drive/My\ Drive/mfaktc-0.21/mfaktc.exe !cat 'results.txt' |
![]() |
![]() |
![]() |
#22 |
If I May
"Chris Halsall"
Sep 2002
Barbados
23×3×461 Posts |
![]()
Are you sure your Runtime is set for GPU hardware acceleration?
Also, I would suggest you try moving the executable over to /usr/local/bin/ and then do the chmod stuff. cd into a directory which has the mfaktc.ini and worktodo.txt files and launch. My notebook above should work fine for this. P.S. Also, under the Tools menu -> Preferences, Miscellaneous, set the Power level to be Kitty Mode. Googlers have a great sense of humor! ![]() Edit: Oh, also, are you sure you're trying to run the executable I provided? It appears you might be still trying to use hansl's. This is the output I get using my executable: Code:
CUDA version info binary compiled for CUDA 10.0 CUDA runtime version 10.0 CUDA driver version 10.10 Last fiddled with by chalsall on 2019-09-05 at 15:04 |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
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 |