Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gpu [2017/07/15 18:03] kocmanek [Performance tests] |
gpu [2024/10/02 15:21] (current) popel |
||
---|---|---|---|
Line 3: | Line 3: | ||
This page summarizes which UFAL servers have some GPU card, and suggests basic diagnostic commands, paths to installed tools, etc., simply everything necessary at the very beginning of using GPUs for experiments. | This page summarizes which UFAL servers have some GPU card, and suggests basic diagnostic commands, paths to installed tools, etc., simply everything necessary at the very beginning of using GPUs for experiments. | ||
- | ===== Servers with GPU units ===== | + | **TODO: IN 2022 MOVING FROM SGE TO SLURM** (see [[slurm|slurm guidelines]]) -- **commands like '' |
- | | machine | + | **IN 2024: Newly, all the documentation is at a dedicated wiki https://ufal.mff.cuni.cz/lrc (you need to use ufal and [[internal: |
- | | titan | GeForce GTX 1080 Ti; cc6.1 | 1 | 11 GB | + | |
- | | titan-gpu | + | |
- | | twister1; twister2; kronos | Tesla K40c; cc3.5 | 1 | 12 GB | + | |
- | | iridium | + | |
- | | victoria; arc | GeForce GT 630; cc3.0 | 1 | 2 GB | desktop machine | | + | |
- | | athena | + | |
- | | dll1; dll2 | GeForce GTX 1080; cc6.1 | 8 | 8 GB each core | | | + | |
- | | dll3; dll4; dll5 | GeForce GTX 1080 Ti; cc6.1 | 10 | 11 GB each core | | | + | |
- | not used at the moment: GeForce GTX 570 (from twister2) | + | ===== Servers with GPU units ===== |
- | All machines have CUDA8.0 and should support both Theano and TensorFlow. | + | GPU cluster '' |
- | Summary of future plans: | + | | machine | GPU type | GPU driver version | [[https://en.wikipedia.org/wiki/CUDA# |
- | * Current Troja servers won't get any GPUs (the only option would be [[http://www.czc.cz/hp-quadro-k1200-4gb/171662/ | + | | dll1 | |
- | | + | | dll3 | NVIDIA RTX A4000 | 510.73.08 | 8.6 | 10 | 16 | 248.8 | |
- | | + | | dll4 | GeForce GTX 1080 Ti | 455.23.05 | 6.1 | 10 | 11 | 248.8 | |
- | | + | | dll5 | |
- | | + | | dll6 | NVIDIA RTX A4000 | 510.73.08 | 8.6 | 8 | 16 | 248.8 | |
+ | | dll7 | NVIDIA RTX A4000 | | ||
+ | | dll8 | Quadro RTX 5000 | | ||
+ | | dll9 | GeForce RTX 3090 | | ||
+ | | dll10 | GeForce RTX 3090 | | ||
+ | GPU cluster '' | ||
- | === Individual acquisitions: NVIDIA Academic Hardware Grants == | + | | machine | GPU type | GPU driver version | [[https:// |
+ | | tdll1 | Quadro P5000 | | ||
+ | | tdll2 | Quadro P5000 | | ||
+ | | tdll3 | Quadro P5000 | | ||
+ | | tdll4 | Quadro P5000 | | ||
+ | | tdll5 | Quadro P5000 | | ||
- | There is an easy way to get one high-end GPU: [[https://developer.nvidia.com/academic_gpu_seeding|ask NVIDIA for an Academic Hardware Grant]]. All it takes is writing a short grant application (at most ~2 hrs of work from scratch; if you have a GAUK, ~15 minutes of copy-pasting). Due to the GPU housing issues (mainly rack space and cooling), Milan F. said we should request the Tesla-line cards (2017 check with Milan about this issue). If you want to have a look at an application, | + | Desktop machines: |
+ | | machine | ||
+ | | victoria; arc | GeForce GT 630 | cc3.0 | 1 | | ||
+ | | athena | ||
- | Take care, however, to coordinate the grant applications a little, so that not too many arrive from UFAL within a short time: these grants | + | Multiple versions of CUDA library |
- | Known NVIDIA Academic Hardware Grants: | + | [[http:// |
- | * Ondřej Plátek - granted (2015) | ||
- | * Jan Hajič jr. - granted (early 2016) | ||
+ | ===== Rules ===== | ||
+ | * First, read [[internal: | ||
+ | * All the rules from [[:Grid]] apply, even more strictly than for CPU because there are too many GPU users and not as many GPUs available. So as a reminder: always use GPUs via '' | ||
+ | * **Note that you need to use '' | ||
+ | * Always specify the number of GPU cards (e.g. '' | ||
+ | * If you need more than one GPU card (on a single machine), always require at least as many CPU cores ('' | ||
+ | * For interactive jobs, you can use '' | ||
+ | * Note that the dll machines have typically 10 cards, but " | ||
+ | * If you know an approximate runtime of your job, please specify it with '' | ||
- | | ||
===== How to use cluster ===== | ===== How to use cluster ===== | ||
- | In this section will be explained how to use cluster properly. | + | ==== Set-up CUDA and CUDNN ==== |
+ | |||
+ | Multiple versions of '' | ||
+ | |||
+ | You need to set library path from your '' | ||
+ | |||
+ | CUDA_version=11.1 | ||
+ | CUDNN_version=8.0 | ||
+ | CUDA_DIR_OPT=/ | ||
+ | if [ -d " | ||
+ | CUDA_DIR=$CUDA_DIR_OPT | ||
+ | export CUDA_HOME=$CUDA_DIR | ||
+ | export THEANO_FLAGS=" | ||
+ | export PATH=$PATH: | ||
+ | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH: | ||
+ | export CPATH=$CUDA_DIR/ | ||
+ | fi | ||
+ | |||
+ | * When not using Theano, just Tensorflow | ||
+ | * Note that the '' | ||
+ | |||
==== TensorFlow Environment ==== | ==== TensorFlow Environment ==== | ||
- | Majority | + | Many people at UFAL use TensorFlow. To start using it it is recommended |
pip install tensorflow | pip install tensorflow | ||
Line 56: | Line 88: | ||
And then you can activate your environment: | And then you can activate your environment: | ||
- | source activate | + | source activate |
- | source activate | + | source activate |
- | This environment have TensorFlow 1.0 and all necessary requirements for NeuralMonkey. | + | This environment have TensorFlow 1.8.0 and all necessary requirements for NeuralMonkey. |
- | ==== Using cluster | + | ==== PyTorch Environment |
- | Rule number one, always use the GPU queue (never log in machine by ssh). Always use qsub or qsubmit with proper arguments. | + | Install PyTorch following |
- | For testing and using the cluster interactively you can use qrsh (this should not be used for long running experiments since the console is not closed on the end of the experiment). Following command will assign you a GPU and creates interactive console. | + | At the time of writing, |
- | qrsh -q gpu.q -l gpu=1,gpu_ram=2G -pty yes bash | + | pip3 install torch==1.10.0+cu111 torchvision==0.11.1+cu111 torchaudio==0.10.0+cu111 |
- | + | ==== Using cluster ==== | |
- | For running experiments you must use qsub command: | + | |
- | | + | As an alternative to '' |
- | + | ||
- | Cleaner way to use cluster is with / | + | |
- | qsubmit --gpumem=2G --queue=" | + | qsubmit --gpumem=2G --queue=" |
| | ||
- | It is recommended to use priority -100 if you are not rushing for the results and don't need to leap over your colleagues jobs. | + | It is recommended to use priority |
==== Basic commands ==== | ==== Basic commands ==== | ||
Line 87: | Line 116: | ||
watch nvidia-smi | watch nvidia-smi | ||
# For monitoring GPU activity in a separate terminal (thanks to Jindrich Libovicky for this!) | # For monitoring GPU activity in a separate terminal (thanks to Jindrich Libovicky for this!) | ||
+ | # You can also use nvidia-smi -l TIME | ||
nvcc --version | nvcc --version | ||
# this should tell CUDA version | # this should tell CUDA version | ||
Line 95: | Line 125: | ||
/ | / | ||
# shows CUDA capability etc. | # shows CUDA capability etc. | ||
+ | ssh dll1; ~popel/ | ||
+ | # who occupies which card on a given machine | ||
| | ||
=== Select GPU device === | === Select GPU device === | ||
- | Use variable CUDA_VISIBLE_DEVICES | + | The variable CUDA_VISIBLE_DEVICES |
- | export CUDA_VISIBLE_DEVICES=0 | + | |
To list available devices, use: | To list available devices, use: | ||
Line 108: | Line 139: | ||
* [[http:// | * [[http:// | ||
- | In the following table is the experiment conducted by Tom Kocmi. You can replicate experiment: / | + | In the following table is the experiment conducted by Tom Kocmi. You can replicate experiment: / |
| machine | Setup; CPU/GPU; [[https:// | | machine | Setup; CPU/GPU; [[https:// | ||
| athena | | athena | ||
- | | dll2 | + | | dll2 | GeForce GTX 1080; cc6.1 | |
| titan | GeForce GTX 1080 Ti | | | titan | GeForce GTX 1080 Ti | | ||
| dll1 | (2 GPU) GeForce GTX 1080; cc6.1 | | | dll1 | (2 GPU) GeForce GTX 1080; cc6.1 | | ||
- | | dll2 | + | | twister2 |
+ | | dll2 | GeForce GTX 1080; cc6.1 | | ||
| titan-gpu | | titan-gpu | ||
| kronos-dev | Tesla K40c; cc3.5 | | | kronos-dev | Tesla K40c; cc3.5 | | ||
Line 126: | Line 158: | ||
| arc | GeForce GT 630; cc3.0 | 103:42:30 | (approximated after 66 hours) | | | arc | GeForce GT 630; cc3.0 | 103:42:30 | (approximated after 66 hours) | | ||
| lucifer4 | | lucifer4 | ||
- | | victoria | ||
- | === Better | + | === Second |
- | The previous benchmark only compares the speed of processing units within the GPUs and do not take into account the size of memory. Therefore I have conducted another benchmark, this time for each graphic card increased the batch_size | + | The previous benchmark only compares the speed of processing units within the GPUs and do not take into account the size of memory. Therefore I have conducted another benchmark, this time for each graphic card I have increased the batch size as much as possible so the model still could fit into the GPU (the previous benchmark model had batch size 20). This way the results should be more representative of the power for each GPU. |
- | | GPU | GPU RAM | Walltime | Batch size | Machine | + | | GPU; Cuda capability |
- | | Tesla K40c; cc3.5 | 12 GB | + | | GeForce GTX 1080 Ti; cc6.1 | |
- | | GeForce GTX 1080 Ti; cc6.1 | 11 GB | + | | GeForce GTX 1080; cc6.1 | 8 GB | |
- | | GeForce GTX 1080; cc6.1 | 8 GB | | | | | + | | Quadro P5000 | 16 GB | |
- | |GeForce GTX 1080; cc6.1 | + | | GeForce GTX Titan Z; cc3.5 | 6 GB | 02:20:47 | 1100 | titan-gpu | |
- | | GeForce GTX Titan Z; cc3.5 | 6 GB | | | | | + | | Quadro K2000; cc3.0 | 2 GB | |
===== Links ===== | ===== Links ===== | ||
Line 147: | Line 178: | ||
GPU specs for those GPUs we have: | GPU specs for those GPUs we have: | ||
* [[http:// | * [[http:// | ||
+ | |||
+ | ==== Individual acquisitions: | ||
+ | |||
+ | There is an easy way to get one high-end GPU: [[https:// | ||
+ | |||
+ | Take care, however, to coordinate the grant applications a little, so that not too many arrive from UFAL within a short time: these grants are explicitly //not// intended to build GPU clusters, they are " | ||
+ | |||
+ | Known NVIDIA Academic Hardware Grants: | ||
+ | |||
+ | * Ondřej Plátek - granted (2015) | ||
+ | * Jan Hajič jr. - granted (early 2016) | ||
+ | |||
+ | |||
+ |