Package
libcusparse8.0Version
8.0.44-3Priority
extraSection
multiverse/libsSource
nvidia-cuda-toolkitOrigin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
43.1 MBDepends
libc6 (>= 2.3.3), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)Homepage
http://www.nvidia.com/CUDADownload Size
22.6 MBAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu zesty/multiverse amd64 PackagesDescription
NVIDIA cuSPARSE LibraryThe Compute Unified Device Architecture (CUDA) enables NVIDIA graphics
processing units (GPUs) to be used for massively parallel general purpose
computation.
.
The cuSPARSE library contains a set of basic linear algebra subroutines used for handling sparse matrices. It is implemented on top of the NVIDIA CUDA runtime and is designed to be called from C and C++. The library routines can be classified into four categories:
* Level 1: operations between a vector in sparse format and a vector in dense
format
* Level 2: operations between a matrix in sparse format and a vector in dense
format
* Level 3: operations between a matrix in sparse format and a set of vectors
in dense format
* Conversion: operations that allow conversion between different matrix
formats
.
This package contains the cuSPARSE runtime library.