Skip to content

Instantly share code, notes, and snippets.

@algal
Last active April 11, 2019 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save algal/09ea60872f9e5aa1cf54882a2b0ef4b9 to your computer and use it in GitHub Desktop.
Save algal/09ea60872f9e5aa1cf54882a2b0ef4b9 to your computer and use it in GitHub Desktop.
alexis@topobigbox:~$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130
alexis@topobigbox:~$ swift --version
Swift version 5.0-dev (LLVM dcb9eb74a7, Clang 95cdf7c9af, Swift 434442b530)
Target: x86_64-unknown-linux-gnu
alexis@topobigbox:~$ nvidia-smi
Thu Apr 11 11:55:02 2019
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 418.40.04 Driver Version: 418.40.04 CUDA Version: 10.1 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 108... On | 00000000:05:00.0 On | N/A |
| 23% 37C P8 10W / 250W | 111MiB / 11175MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
| 1 GeForce GTX 108... On | 00000000:06:00.0 Off | N/A |
| 23% 34C P8 9W / 250W | 2MiB / 11178MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
| 2 GeForce GTX 108... On | 00000000:09:00.0 Off | N/A |
| 23% 28C P8 10W / 250W | 2MiB / 11178MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1781 G /usr/lib/xorg/Xorg 39MiB |
| 0 1824 G /usr/bin/gnome-shell 69MiB |
+-----------------------------------------------------------------------------+
alexis@topobigbox:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
alexis@topobigbox:~$ ls -ld /usr/local/swift-tensorflow-RELEASE-0.2-cuda10.0-cudnn7-ubuntu18.04/
drwxrwxrwx 3 root root 4096 Apr 10 10:20 /usr/local/swift-tensorflow-RELEASE-0.2-cuda10.0-cudnn7-ubuntu18.04/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment