How to Install libnvblas9.1 in Ubuntu 18.04



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

sudo apt update
sudo apt install libnvblas9.1

Description:

NVBLAS runtime library

The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . The NVBLAS Library is a GPU-accelerated Library that implements BLAS (Basic Linear Algebra Subprograms). It can accelerate most BLAS Level-3 routines by dynamically routing BLAS calls to one or more NVIDIA GPUs present in the system, when the characteristics of the call make it to speedup on a GPU.

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

Version: 9.1.85-3ubuntu1

Section: multiverse/libs