You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With CUDA-11.8 on Ubuntu 22.04 and RTX 3080 device, I tried to run make prebuild inference_v4 in NVIDIA folder. After about two hours of compilation, it ended with an error which I don't understand the message:
$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:33:58_PDT_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0
$ nvidia-smi
Mon Jun 24 13:46:50 2024
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 520.61.05 Driver Version: 520.61.05 CUDA Version: 11.8 |
|-------------------------------+----------------------+----------------------+
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
mlperf-inference mahmood-x86_64 3ef82bce4e33 4 minutes ago 46.5GB
mlperf-inference mahmood-x86_64-latest 6539c6892f0d 5 minutes ago 46.5GB
nvcr.io/nvidia/mlperf/mlperf-inference mlpinf-v4.0-cuda12.2-cudnn8.9-x86_64-ubuntu20.04-public 34b056f25fae 4 months ago 14.5GB
$ dpkg -l | grep docker
ii docker 1.5-2 all transitional package
ii docker-buildx 0.12.1-0ubuntu1~22.04.1 amd64 Docker CLI plugin for extended build capabilities with BuildKit
ii docker.io 24.0.7-0ubuntu2~22.04.1 amd64 Linux container runtime
ii wmdocker 1.5-2 amd64 System tray for KDE3/GNOME2 docklet applications
$ dpkg -l | grep nvidia
ii libnvidia-container-tools 1.15.0-1 amd64 NVIDIA container runtime library (command-line tools)
ii libnvidia-container1:amd64 1.15.0-1 amd64 NVIDIA container runtime library
ii nvidia-container-toolkit 1.15.0-1 amd64 NVIDIA Container toolkit
ii nvidia-container-toolkit-base 1.15.0-1 amd64 NVIDIA Container Toolkit Base
With the following commands, I was able to define and enable nvidia runtime in docker.
$ sudo apt install nvidia-container-toolkit nvidia-container-runtime
$ sudo nvidia-ctk runtime configure --runtime=docker
$ docker info # Verify that nvidia is listed in the runtime section
With CUDA-11.8 on Ubuntu 22.04 and RTX 3080 device, I tried to run
make prebuild
inference_v4 in NVIDIA folder. After about two hours of compilation, it ended with an error which I don't understand the message:The output is:
Any idea on how to fix that?
The text was updated successfully, but these errors were encountered: