Last active
May 10, 2024 06:37
-
-
Save kastnerp/b261a9f88efeb04a229174acf8c02277 to your computer and use it in GitHub Desktop.
Docker NVIDIA GPU benchmark
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --gpus=all --rm nvcr.io/nvidia/k8s/cuda-sample:nbody nbody -benchmark | |
docker run -it --rm --gpus all ubuntu nvidia-smi | |
## With CUDA installed | |
nvidia-smi nvlink --capabilities | |
nvidia-smi nvlink --status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment