How to Install libnvrtc9.1 in Ubuntu 18.04



Install libnvrtc9.1 by entering the following commands in the terminal:

sudo apt update
sudo apt install libnvrtc9.1

Description:

CUDA Runtime Compilation (NVIDIA NVRTC Library)

CUDA Runtime Compilation library (nvrtc) provides an API to compile CUDA-C++ device source code at runtime. . The resulting compiled PTX can be launched on a GPU using the CUDA Driver API. . This package contains the NVRTC library.

Homepage: https://developer.nvidia.com/cuda-zone

Version: 9.1.85-3ubuntu1

Section: multiverse/libs