nvidia-cuda-toolkit 11.3.1-4 source package in Ubuntu
Changelog
nvidia-cuda-toolkit (11.3.1-4) unstable; urgency=medium [ Graham Inggs ] * Rearrange order of #includes to avoid FTBFS with glibc 2.34 [ Andreas Beckmann ] * Use a snapshot of openjdk-8-jre (8u302-b08-1). * Bump Standards-Version to 4.6.0 (no changes needed). * Update Lintian overrides. -- Andreas Beckmann <email address hidden> Thu, 23 Sep 2021 21:21:29 +0200
Upload details
- Uploaded by:
- Debian NVIDIA Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian NVIDIA Maintainers
- Architectures:
- amd64 ppc64el arm64 all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
nvidia-cuda-toolkit_11.3.1-4.dsc | 8.4 KiB | e9633d8b4fb3d83ff4aea328d21f67395dcd57d1bed7afff5be23ea0d08e2dc8 |
nvidia-cuda-toolkit_11.3.1.orig-amd64.tar.xz | 1.6 GiB | 530b53c0d58f4ef897888bfd545f10a7690c6ff673d22f861dd4691c0cca145d |
nvidia-cuda-toolkit_11.3.1.orig-arm64.tar.xz | 1.1 GiB | ed765a8944c9ad4dc033ebf3dfd324027d50c7bba2670e4b8aa614f202317465 |
nvidia-cuda-toolkit_11.3.1.orig-openjdk-8-jre-amd64-8u302-b08-1.tar.xz | 26.9 MiB | 61cc556ea688092e5529ba8df2106bf3956cd4e32995824fb8d9372d8675eab9 |
nvidia-cuda-toolkit_11.3.1.orig-openjdk-8-jre-ppc64el-8u302-b08-1.tar.xz | 26.7 MiB | 79463eaea3f60eaf58b0bed33d9bb3904a06cf9f229d84e552c8085881f32742 |
nvidia-cuda-toolkit_11.3.1.orig-openjdk-8-source-8u302-b08-1.tar.xz | 70.3 MiB | 558105a5be205fd34c20782e133619d58e1766a8f9687caae18cbe01c3348389 |
nvidia-cuda-toolkit_11.3.1.orig-ppc64el.tar.xz | 1.3 GiB | c073f4934ff9b8f960d8e9e7660c92783f163afabbfc0caec2373619374043d6 |
nvidia-cuda-toolkit_11.3.1.orig.tar.xz | 196 bytes | fd9c4bdcabc7a0176ff58d937769445c2211181515d5ca271955fdbe0b7f0e76 |
nvidia-cuda-toolkit_11.3.1-4.debian.tar.xz | 56.1 KiB | 90dcdfa4ce026f1f0a81dd4061493a26be02509824edd4152836137e58047215 |
Available diffs
- diff from 11.3.1-2ubuntu1 (in Ubuntu) to 11.3.1-4 (pending)
No changes file available.
Binary packages built by this source
- libaccinj64-11.3: No summary available for libaccinj64-11.3 in ubuntu jammy.
No description available for libaccinj64-11.3 in ubuntu jammy.
- libcublas11: No summary available for libcublas11 in ubuntu impish.
No description available for libcublas11 in ubuntu impish.
- libcublaslt11: No summary available for libcublaslt11 in ubuntu impish.
No description available for libcublaslt11 in ubuntu impish.
- libcudart11.0: NVIDIA CUDA Runtime Library
The Compute Unified Device Architecture (CUDA) enables NVIDIA
graphics processing units (GPUs) to be used for massively parallel
general purpose computation.
.
This package contains the CUDA Runtime API library for high-level CUDA
programming, on top of the CUDA Driver API.
- libcufft10: NVIDIA cuFFT Library
The Compute Unified Device Architecture (CUDA) enables NVIDIA
graphics processing units (GPUs) to be used for massively parallel
general purpose computation.
.
The FFT is a divide-and-conquer algorithm for efficiently computing discrete
Fourier transforms of complex or real-valued data sets. It is one of the most
important and widely used numerical algorithms in computational physics and
general signal processing. The cuFFT library provides a simple interface for
computing FFTs on an NVIDIA GPU, which allows users to quickly leverage the
floating-point power and parallelism of the GPU in a highly optimized and
tested FFT library.
.
This package contains the cuFFT runtime library.
- libcufftw10: No summary available for libcufftw10 in ubuntu impish.
No description available for libcufftw10 in ubuntu impish.
- libcuinj64-11.3: No summary available for libcuinj64-11.3 in ubuntu impish.
No description available for libcuinj64-11.3 in ubuntu impish.
- libcupti-dev: No summary available for libcupti-dev in ubuntu impish.
No description available for libcupti-dev in ubuntu impish.
- libcupti-doc: NVIDIA CUDA Profiler Tools Interface documentation
The CUDA Profiler Tools Interface (CUPTI) enables the creation of
profiling and tracing tools that target CUDA applications. CUPTI
provides a set of APIs targeted at ISVs creating profilers and other
performance optimization tools. The CUPTI APIs are not intended to be
used by developers in their CUDA applications.
.
This package contains the documentation and examples.
- libcupti11.3: No summary available for libcupti11.3 in ubuntu impish.
No description available for libcupti11.3 in ubuntu impish.
- libcurand10: No summary available for libcurand10 in ubuntu impish.
No description available for libcurand10 in ubuntu impish.
- libcusolver11: No summary available for libcusolver11 in ubuntu impish.
No description available for libcusolver11 in ubuntu impish.
- libcusolvermg11: NVIDIA cuSOLVERmg Library
The cuSOLVER library contains LAPACK-like functions in dense and sparse
linear algebra, including linear solver, least-square solver and eigenvalue
solver.
.
This package contains the cuSOLVERmg runtime library.
- libcusparse11: NVIDIA cuSPARSE Library
The 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.
- libnppc11: No summary available for libnppc11 in ubuntu impish.
No description available for libnppc11 in ubuntu impish.
- libnppial11: No summary available for libnppial11 in ubuntu impish.
No description available for libnppial11 in ubuntu impish.
- libnppicc11: No summary available for libnppicc11 in ubuntu impish.
No description available for libnppicc11 in ubuntu impish.
- libnppidei11: No summary available for libnppidei11 in ubuntu impish.
No description available for libnppidei11 in ubuntu impish.
- libnppif11: NVIDIA Performance Primitives lib for Image Filters
NVIDIA NPP is a library of functions for performing CUDA accelerated
processing.
.
This package contains the NVIDIA Performance Primitives runtime library for
Image Filters, which is a sub-library of nppi.
- libnppig11: No summary available for libnppig11 in ubuntu impish.
No description available for libnppig11 in ubuntu impish.
- libnppim11: No summary available for libnppim11 in ubuntu impish.
No description available for libnppim11 in ubuntu impish.
- libnppist11: No summary available for libnppist11 in ubuntu impish.
No description available for libnppist11 in ubuntu impish.
- libnppisu11: No summary available for libnppisu11 in ubuntu impish.
No description available for libnppisu11 in ubuntu impish.
- libnppitc11: NVIDIA Performance Primitives lib for Image Threshold and Compare
NVIDIA NPP is a library of functions for performing CUDA accelerated
processing.
.
This package contains the NVIDIA Performance Primitives runtime library for
Image Threshold and Compare, which is a sub-library of nppi.
- libnpps11: NVIDIA Performance Primitives for signal processing runtime library
NVIDIA NPP is a library of functions for performing CUDA accelerated
processing. The initial set offunctionality in the library focuses on imaging
and video processing and is widely applicable for developers in these areas.
NPP will evolve over time to encompass more of the compute heavy tasks in a
variety of problem domains. The NPP library is written to maximize
flexibility, while maintaining high performance.
.
This package contains the NVIDIA Performance Primitives runtime library for
signal processing.
- libnvblas11: No summary available for libnvblas11 in ubuntu impish.
No description available for libnvblas11 in ubuntu impish.
- libnvidia-ml-dev: No summary available for libnvidia-ml-dev in ubuntu impish.
No description available for libnvidia-ml-dev in ubuntu impish.
- libnvjpeg11: No summary available for libnvjpeg11 in ubuntu impish.
No description available for libnvjpeg11 in ubuntu impish.
- libnvrtc-builtins11.3: No summary available for libnvrtc-builtins11.3 in ubuntu impish.
No description available for libnvrtc-
builtins11. 3 in ubuntu impish.
- libnvrtc11.2: No summary available for libnvrtc11.2 in ubuntu impish.
No description available for libnvrtc11.2 in ubuntu impish.
- libnvtoolsext1: NVIDIA Tools Extension Library
The NVIDIA Tools Extension SDK (NVTX) is a C-based API for marking events and
ranges in your applications. Applications which integrate NVTX can use Nsight
to capture and visualize these events and ranges.
.
This package contains the NVIDIA Tools Extension runtime library.
- libnvvm4: NVIDIA NVVM Library
NVIDIA's CUDA Compiler (NVCC) is based on the widely used LLVM open source
compiler infrastructure.
.
The NVVM library is used by NVCC to compile CUDA binary code to run on NVIDIA
GPUs.
.
This package contains the NVIDIA NVVM runtime library.
- nsight-compute: No summary available for nsight-compute in ubuntu impish.
No description available for nsight-compute in ubuntu impish.
- nsight-compute-target: No summary available for nsight-compute-target in ubuntu impish.
No description available for nsight-
compute- target in ubuntu impish.
- nsight-systems: No summary available for nsight-systems in ubuntu impish.
No description available for nsight-systems in ubuntu impish.
- nsight-systems-target: No summary available for nsight-systems-target in ubuntu impish.
No description available for nsight-
systems- target in ubuntu impish.
- nvidia-cuda-dev: No summary available for nvidia-cuda-dev in ubuntu impish.
No description available for nvidia-cuda-dev in ubuntu impish.
- nvidia-cuda-gdb: NVIDIA CUDA Debugger (GDB)
The Compute Unified Device Architecture (CUDA) enables NVIDIA
graphics processing units (GPUs) to be used for massively parallel
general purpose computation.
.
This package contains the cuda-gdb debugger.
- nvidia-cuda-gdb-dbgsym: debug symbols for nvidia-cuda-gdb
- nvidia-cuda-toolkit: NVIDIA CUDA development toolkit
The Compute Unified Device Architecture (CUDA) enables NVIDIA
graphics processing units (GPUs) to be used for massively parallel
general purpose computation.
.
This package contains the nvcc compiler and other tools needed for building
CUDA applications.
.
Running CUDA applications requires a supported NVIDIA GPU and the NVIDIA
driver kernel module.
- nvidia-cuda-toolkit-doc: NVIDIA CUDA and OpenCL documentation
The Compute Unified Device Architecture (CUDA) enables NVIDIA
graphics processing units (GPUs) to be used for massively parallel
general purpose computation.
.
OpenCL (Open Computing Language) is a multi-vendor open standard for
general-purpose parallel programming of heterogeneous systems that include
CPUs, GPUs and other processors.
.
Note that CUDA documentation is no longer bundled with CUDA toolkit releases.
Visit https://docs.nvidia. com/cuda for the latest documentation on CUDA.
- nvidia-cuda-toolkit-gcc: No summary available for nvidia-cuda-toolkit-gcc in ubuntu impish.
No description available for nvidia-
cuda-toolkit- gcc in ubuntu impish.
- nvidia-opencl-dev: No summary available for nvidia-opencl-dev in ubuntu impish.
No description available for nvidia-opencl-dev in ubuntu impish.
- nvidia-profiler: No summary available for nvidia-profiler in ubuntu impish.
No description available for nvidia-profiler in ubuntu impish.
- nvidia-visual-profiler: NVIDIA Visual Profiler for CUDA and OpenCL
The NVIDIA Visual Profiler is a cross-platform performance profiling tool
that delivers developers vital feedback for optimizing CUDA C/C++ and OpenCL
applications.