26a Package: libaccinj64-9.2 Description-md5: 404daeb74b9a29243e00b395f84c5ada Description-en: NVIDIA ACCINJ Library (64-bit) The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . ACCINJ is the OpenACC internal library for profiling. . This package contains the 64-bit ACCINJ runtime library. Package: libcublas9.2 Description-md5: 5d0c77d8f2c8429e53892a3a70d407c4 Description-en: NVIDIA cuBLAS Library The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . The cuBLAS library is an implementation of BLAS (Basic Linear Algebra Subprograms) on top of the NVIDIA CUDA runtime. It allows the user to access the computational resources of NVIDIA Graphics Processing Unit (GPU), but does not auto-parallelize across multiple GPUs. . This package contains the cuBLAS runtime library. Package: libcudart9.2 Description-md5: d81acb8bf87762012a0607e71f8eff2e Description-en: 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. Package: libcufft9.2 Description-md5: 323d8bcdb5ce372c028cb925743b7ad1 Description-en: 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. Package: libcufftw9.2 Description-md5: 12b7b2ed306369c1f0fb326c4e9feefa Description-en: NVIDIA cuFFTW 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 cuFFTW runtime library. Package: libcuinj64-9.2 Description-md5: 9eca092b41526faa574873e622a445e3 Description-en: NVIDIA CUINJ Library (64-bit) The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . CUINJ is the CUDA internal library for profiling. . This package contains the 64-bit CUINJ runtime library. Package: libcupti-dev Description-md5: 49cdc8386d120bdf14c58bebe2b3388d Description-en: NVIDIA CUDA Profiler Tools Interface development files 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 development files: headers and libraries. Package: libcupti-doc Description-md5: 0c6d9f272f89c82663423610515dd3eb Description-en: 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. Package: libcupti9.2 Description-md5: 65f2f1bea81316b239224ffd680c5064 Description-en: NVIDIA CUDA Profiler Tools Interface runtime library 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 runtime library. Package: libcurand9.2 Description-md5: 05f7818fdfa9c23c51a9db2407910cae Description-en: NVIDIA cuRAND Library The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . The cuRAND library provides facilities that focus on the simple and efficient generation of high-quality pseudorandom and quasirandom numbers. A pseudorandom sequence of numbers satisfies most of the statistical properties of a truly random sequence but is generated by a deterministic algorithm. A quasirandom sequence of n-dimensional points is generated by a deterministic algorithm designed to fill an n-dimensional space evenly. . This package contains the cuRAND runtime library. Package: libcusolver9.2 Description-md5: a30cfc560fa3fdce643526b0177ea7ba Description-en: NVIDIA cuSOLVER 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 cuSOLVER runtime library. Package: libcusparse9.2 Description-md5: 12835bf1c971845122d660784efe714a Description-en: 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. Package: libnppc9.2 Description-md5: 371330c0e4596d14c1ae0b854eecfa9c Description-en: NVIDIA Performance Primitives core 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 core runtime library. Package: libnppial9.2 Description-md5: bedf7547f548db0fc00407b8bb5572af Description-en: NVIDIA Performance Primitives lib for Image Arithmetic and Logic NVIDIA NPP is a library of functions for performing CUDA accelerated processing. . This package contains the NVIDIA Performance Primitives runtime library for Image Arithmetic and Logic operations, which is a sub-library of nppi. Package: libnppicc9.2 Description-md5: 5c43692beedf3cbda68cb3add3a2f55f Description-en: NVIDIA Performance Primitives lib for Image Color Conversion NVIDIA NPP is a library of functions for performing CUDA accelerated processing. . This package contains the NVIDIA Performance Primitives runtime library for Image Color and sampling Conversion, which is a sub-library of nppi. Package: libnppicom9.2 Description-md5: f57c760189c436ceb9bcb374fc263a14 Description-en: NVIDIA Performance Primitives lib for Image Compression NVIDIA NPP is a library of functions for performing CUDA accelerated processing. . This package contains the NVIDIA Performance Primitives runtime library for Image Compression, which is a sub-library of nppi. Package: libnppidei9.2 Description-md5: 96ae21f243272a0c4cf855590b806f52 Description-en: NVIDIA Performance Primitives lib for Image Data Exchange and Initialization NVIDIA NPP is a library of functions for performing CUDA accelerated processing. . This package contains the NVIDIA Performance Primitives runtime library for Image Data Exchange and Initialization, which is a sub-library of nppi. Package: libnppif9.2 Description-md5: 25b0779ba1f9f488a81add47bc943c6a Description-en: 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. Package: libnppig9.2 Description-md5: 1f9ccb01fdd747cf6305e037d1c19323 Description-en: NVIDIA Performance Primitives lib for Image Geometry transforms NVIDIA NPP is a library of functions for performing CUDA accelerated processing. . This package contains the NVIDIA Performance Primitives runtime library for Image Geometry transforms, which is a sub-library of nppi. Package: libnppim9.2 Description-md5: f03f24db87826ca6b27a88b05bc823c0 Description-en: NVIDIA Performance Primitives lib for Image Morphological operations NVIDIA NPP is a library of functions for performing CUDA accelerated processing. . This package contains the NVIDIA Performance Primitives runtime library for Image Morphological operations, which is a sub-library of nppi. Package: libnppist9.2 Description-md5: c9507fd21beb3b0609afeb40e63f4792 Description-en: NVIDIA Performance Primitives lib for Image Statistics NVIDIA NPP is a library of functions for performing CUDA accelerated processing. . This package contains the NVIDIA Performance Primitives runtime library for Image Statistics and Linear Transformation, which is a sub-library of nppi. Package: libnppisu9.2 Description-md5: 37b8fa6ff382e1378e1a21c6d0074f80 Description-en: NVIDIA Performance Primitives lib for Image Support NVIDIA NPP is a library of functions for performing CUDA accelerated processing. . This package contains the NVIDIA Performance Primitives runtime library for Image Support, which is a sub-library of nppi. Package: libnppitc9.2 Description-md5: d1f0489937a1662cf9d2bf3e68764e1f Description-en: 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. Package: libnpps9.2 Description-md5: 24aac8a47c80e58916c189d81d7a7714 Description-en: 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. Package: libnvblas9.2 Description-md5: e77f7a1f1173b44f2910c8a51eff1d1c Description-en: 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. Package: libnvgraph9.2 Description-md5: 988a9919199874ca27432f48a0aa4472 Description-en: NVIDIA Graph Analytics library (nvGRAPH) The NVIDIA Graph Analytics library (nvGRAPH) comprises of parallel algorithms for high performance analytics on graphs with up to 2 billion edges. nvGRAPH makes it possible to build interactive and high throughput graph analytics applications. . nvGRAPH supports three widely-used algorithms: * [Page Rank] is most famously used in search engines, and also used in social network analysis, recommendation systems, and for novel uses in natural science when studying the relationship between proteins and in ecological networks. * [Single Source Shortest Path] is used to identify the fastest path from A to B through a road network, and can also be used for a optimizing a wide range of other logistics problems. * [Single Source Widest Path] is used in domains like IP traffic routing and traffic-sensitive path planning. . In addition, the nvGRAPH semi-ring SPMV operations can be used to build a wide range of innovative graph traversal algorithms. . nvGRAPH accelerates analysis of large graphs by making efficient use of the massive parallelism available in NVIDIA Tesla GPUs. The size of a graph in memory is dominated by the number of edges. An M40 with 24 GB can support a graph of up to 2 billion edges. Package: libnvrtc9.2 Description-md5: b1b9b1f5f271a283664f94ae0f1e94b4 Description-en: 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. Package: libnvtoolsext1 Description-md5: 301861470547d1207ee0ad56dfa1ef90 Description-en: 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. Package: libnvvm3 Description-md5: 1efd5ade308f30b7de84c0430187211c Description-en: 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. Package: libthrust-dev Description-md5: 5c04cf9edc908ae75dc0cc67ca840a33 Description-en: Thrust - Parallel Algorithms Library Thrust is a parallel algorithms library which resembles the C++ Standard Template Library (STL). Thrust's high-level interface greatly enhances programmer productivity while enabling performance portability between GPUs and multicore CPUs. Interoperability with established technologies (such as CUDA, TBB, and OpenMP) facilitates integration with existing software. Package: nvidia-cuda-dev Description-md5: 23a17262479fe7daf1cae67727e949c7 Description-en: NVIDIA CUDA development files 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 development files: headers and libraries. Package: nvidia-cuda-doc Description-md5: 1ade4ee74357654b5ef0998d191b1349 Description-en: 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. . This package contains the developer documentation. Package: nvidia-cuda-gdb Description-md5: 03d8613224997399b5d081ffb05a91f3 Description-en: 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. Package: nvidia-cuda-toolkit Description-md5: 4df65757189fdcbdcc50ffa97fccca02 Description-en: 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. Package: nvidia-nsight Description-md5: 24446f0932ce59989387b2d2e4309eaa Description-en: NVIDIA Nsight Eclipse Edition NVIDIA Nsight Eclipse Edition is a full-featured IDE powered by the Eclipse platform that provides an all-in-one integrated environment to edit, build, debug and profile CUDA-C applications. Nsight Eclipse Edition supports a rich set of commercial and free plugins. Package: nvidia-opencl-dev Description-md5: 5404c4fac54bb1c7a833b77f92a02e84 Description-en: NVIDIA OpenCL development files 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. . This metapackage provides the development files: headers and libraries. Package: nvidia-openjdk-8-jre Description-md5: 214be7abd20b25b52b986addccbad9c7 Description-en: NVIDIA provided OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot JIT. . This package provides the openjdk-8 binaries shipped with the NVIDIA CUDA Toolkit, this obsolete version is needed for nvidia-visual-profiler and nvidia-nsight. Package: nvidia-profiler Description-md5: 83d361c54427ed94d5493552d5ade11b Description-en: NVIDIA Profiler for CUDA and OpenCL 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. . This package contains the nvprof profiler. Package: nvidia-visual-profiler Description-md5: c762f649b112cccddd5b9e96863b94c7 Description-en: 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. .