_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


fabricmanager 560.35.03
Dependencies: gcc@14.3.0 glibc@2.41 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/fabricmanager
Licenses: Nonfree
Build system: cuda
Synopsis: Share and manage memory between GPUs
Description:

This package provides tooling to configure the NVSwitch memory fabrics to form one memory fabric among all participating GPUs, and monitors the NVLinks that support the fabric. See docs for more information.

nvidia-cudnn 9.13.1.26
Dependencies: gcc@14.3.0 glibc@2.41 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/cudnn
Licenses: Nonfree
Build system: cuda
Synopsis: NVIDIA CUDA Deep Neural Network library (cuDNN)
Description:

This package provides a GPU-accelerated library of primitives for deep neural networks, with highly tuned implementations for standard routines such as forward and backward convolution, attention, matmul, pooling, and normalization.

libnvjpeg 12.3.5.92
Dependencies: gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/nvjpeg/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: GPU-accelerated JPEG codec library
Description:

This package provides a high-performance, GPU accelerated JPEG decoding functionality for image formats commonly used in deep learning and hyperscale multimedia applications. The library offers single and batched JPEG decoding capabilities which efficiently utilize the available GPU resources for optimum performance; and the flexibility for users to manage the memory allocation needed for decoding.

The nvJPEG library enables the following functions: use the JPEG image data stream as input; retrieve the width and height of the image from the data stream, and use this retrieved information to manage the GPU memory allocation and the decoding. A dedicated API is provided for retrieving the image information from the raw JPEG image data stream.

The encoding functions of the nvJPEG library perform GPU-accelerated compression of user’s image data to the JPEG bitstream. User can provide input data in a number of formats and colorspaces, and control the encoding process with parameters. Encoding functionality will allocate temporary buffers using user-provided memory allocator.

cuda-profiler-api 12.8.90
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
Build system: cuda
Synopsis: Low-level CUDA profiling API
Description:

This package provides a minimal low-level profiling API for CUDA.

cuda-sanitizer-api 12.8.93
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/compute-sanitizer/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: Functional correctness checking suite for CUDA
Description:

This package provides a functional correctness checking suite included in the CUDA toolkit. This suite contains multiple tools that can perform different type of checks. The memcheck tool is capable of precisely detecting and attributing out of bounds and misaligned memory access errors in CUDA applications, and can also report hardware exceptions encountered by the GPU. The racecheck tool can report shared memory data access hazards that can cause data races. The initcheck tool can report cases where the GPU performs uninitialized accesses to global memory. The synccheck tool can report cases where the application is attempting invalid usages of synchronization primitives.

cuda-nvprof 12.8.90
Dependencies: cuda-cudart@12.8.90 cuda-cupti@12.8.90 gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
Build system: cuda
Synopsis: Command-line NVIDIA GPU profiler
Description:

This package provides a command-line tool to profile CUDA kernels. It enables the collection of a timeline of CUDA-related activities on both CPU and GPU, including kernel execution, memory transfers, memory set and CUDA API calls and events or metrics for CUDA kernels.

cuda-nvprune 12.8.90
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/cuda-binary-utilities/index.html#nvprune
Licenses: Nonfree
Build system: cuda
Synopsis: Prune host NVIDIA binaries for the specified target
Description:

This package provides a binary that prunes host object files and libraries to only contain device code for the specified targets.

cuda-cudart 12.8.90
Dependencies: cuda-nvrtc@12.8.93 gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
Build system: cuda
Synopsis: CUDA runtime
Description:

This package provides the CUDA run-time support libraries for NVIDIA GPUs, all of which are proprietary.

libcublas 12.8.4.1
Dependencies: gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/cublas
Licenses: Nonfree
Build system: cuda
Synopsis: GPU-accelerated library for accelerating AI and HPC applications
Description:

This package provides the NVIDIA cuBLAS library. It includes several API extensions for providing drop-in industry standard BLAS APIs and GEMM APIs with support for fusions that are highly optimized for NVIDIA GPUs. The cuBLAS library also contains extensions for batched operations, execution across multiple GPUs, and mixed- and low-precision execution with additional tuning for the best performance.

nvidia-cudnn 8.9.7.29
Dependencies: gcc@14.3.0 glibc@2.41 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/cudnn
Licenses: Nonfree
Build system: cuda
Synopsis: NVIDIA CUDA Deep Neural Network library (cuDNN)
Description:

This package provides a GPU-accelerated library of primitives for deep neural networks, with highly tuned implementations for standard routines such as forward and backward convolution, attention, matmul, pooling, and normalization.

cuda-cuobjdump 12.8.90
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/cuda-binary-utilities/index.html#cuobjdump
Licenses: Nonfree
Build system: cuda
Synopsis: Extract information from CUDA binary files
Description:

This binary extracts information from CUDA binary files (both standalone and those embedded in host binaries) and presents them in human readable format. The output of cuobjdump includes CUDA assembly code for each kernel, CUDA ELF section headers, string tables, relocators and other CUDA specific sections. It also extracts embedded ptx text from host binaries.

nsight-compute 2025.1.1.2
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/nsight-compute
Licenses: Nonfree
Build system: cuda
Synopsis: Interactive profiler for CUDA
Description:

This package provides a an interactive profiler for CUDA and NVIDIA OptiX that provides detailed performance metrics and API debugging via a user interface and command-line tool. Users can run guided analysis and compare results with a customizable and data-driven user interface, as well as post-process and analyze results in their own workflows.

libnvvm 12.8.93
Dependencies: cuda-cudart@12.8.90 gcc@12.5.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/libnvvm-api/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: Generate CUDA PTX code from binary or text inputs
Description:

This package provides an interface for generating PTX code from both binary and text NVVM IR inputs.

nvidia-cudnn-frontend 1.5.2
Dependencies: cuda-toolkit@12.8.1 nlohmann-json@3.12.0 nvidia-cudnn@8.9.7.29
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://github.com/NVIDIA/cudnn-frontend
Licenses: Expat
Build system: pyproject
Synopsis: cuDNN API header-only library
Description:

This package provides a C++ header-only library that wraps the NVIDIA CUDA Deep Neural Network library (cuDNN) C backend API. This entry point to the same API is less verbose (without loss of control), and adds functionality on top of the backend API, such as errata filters and autotuning.

cuda-python 12.8.0
Dependencies: cuda-dev@12.8.1 gcc@14.3.0
Propagated dependencies: python-pyclibrary@0.2.2-0.4e1e243
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://github.com/NVIDIA/cuda-python
Licenses: Nonfree
Build system: pyproject
Synopsis: CUDA Python low-level bindings
Description:

This package provides Python low-level bindings for NVIDIA CUDA toolkit.

cuda-opencl 12.8.90
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
Build system: cuda
Synopsis: CUDA OpenCL API
Description:

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 provides the API to use OpenCL on NVIDIA GPUs.

libcudss 0.7.1.4
Dependencies: gcc@14.3.0 glibc@2.41 libcublas@12.8.4.1 libnvjitlink@12.8.93
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/cudss
Licenses: Nonfree
Build system: cuda
Synopsis: NVIDIA CUDA Direct Sparse Solver library (cuDSS)
Description:

This package provides the CUDA Direct Sparse Solver library.

libcufft 11.3.3.83
Dependencies: gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/cufft/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: CUDA Fast Fourier Transform library
Description:

This package provides cuFFT, the NVIDIA® CUDA® Fast Fourier Transform (FFT) product. It consists of two separate libraries: cuFFT and cuFFTW. The cuFFT library is designed to provide high performance on NVIDIA GPUs. The cuFFTW library is provided as a porting tool to enable users of FFTW to start using NVIDIA GPUs with a minimum amount of effort.

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. The cuFFTW library provides the FFTW3 API to facilitate porting of existing FFTW applications.

cuda-nvcc 12.8.93
Dependencies: cuda-cudart@12.8.90 gcc@14.3.0 glibc@2.41 libnvvm@12.8.93
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: Compiler for the CUDA language and associated run-time support
Description:

This package provides the CUDA compiler and the CUDA run-time support libraries for NVIDIA GPUs, all of which are proprietary.

cuda-nvml-dev 12.8.90
Dependencies: gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/management-library-nvml
Licenses: Nonfree
Build system: cuda
Synopsis: NVIDIA Management Library Headers
Description:

The NVIDIA Management Library Headers (NVML) is a C-based API for monitoring and managing various states of the NVIDIA GPU devices. It provides a direct access to the queries and commands exposed via nvidia-smi.

cuda-cuxxfilt 12.8.90
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/cuda-binary-utilities/index.html#cu-filt
Licenses: Nonfree
Build system: cuda
Synopsis: Decodes low-level CUDA C++ identifiers into readable names
Description:

This package decodes (demangles) low-level identifiers that have been mangled by CUDA C++ into user readable names. For every input alphanumeric word, the output of cu++filt is either the demangled name if the name decodes to a CUDA C++ name, or the original name itself.

cuda-nvrtc 12.8.93
Dependencies: gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/nvrtc/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: Runtime compilation library for CUDA C++
Description:

This package accepts CUDA C++ source code in character string form and creates handles that can be used to obtain the CUDA PTX, for further instrumentation with the CUDA Toolkit. It allows to shrink compilation overhead and simplify application deployment.

ucx-cuda 1.19.0
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fabric-management.scm (guix-science-nonfree packages fabric-management)
Home page: https://www.openucx.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: Optimized communication layer for message passing in HPC with GPU support
Description:

Unified Communication X (UCX) provides an optimized communication layer for message passing (MPI), portable global address space (PGAS) languages and run-time support libraries, as well as RPC and data-centric applications.

UCX utilizes high-speed networks for inter-node communication, and shared memory mechanisms for efficient intra-node communication.

This package adds CUDA support for NVIDIA GPUs.

gdrcopy 2.5.2
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fabric-management.scm (guix-science-nonfree packages fabric-management)
Home page: https://github.com/NVIDIA/gdrcopy
Licenses: Expat
Build system: gnu
Synopsis: A low-latency GPU memory copy library based on NVIDIA GPUDirect RDMA technology
Description:

GDRCopy is a low-latency GPU memory copy library based on GPUDirect RDMA technology that allows the CPU to directly map and access GPU memory.

Page: 12346
Total packages: 125