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

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.


libnvjitlink 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/nvjitlink/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: Link GPU devide code at runtime
Description:

This package provides a set of APIs which can be used at runtime to link together GPU devide code. It supports Link Time Optimization.

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.

libnvfatbin 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/nvfatbin/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: Combine multiple CUDA objects into one CUDA fatbin
Description:

This package provides a set of APIs which can be used at runtime to combine multiple CUDA objects into one CUDA fat binary (fatbin). The APIs accept inputs in multiple formats, either device cubins, PTX, or LTO-IR. The output is a fatbin that can be loaded by cuModuleLoadData of the CUDA Driver API. The functionality in this library is similar to the fatbinary offline tool in the CUDA toolkit, with the following advantages:

  • Support for runtime fatbin creation.

  • The clients get fine grain control over the input process.

  • Supports direct input from memory, rather than requiring inputs be written to files.

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-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.

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.

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.

libcusolver 11.7.3.90
Dependencies: gcc@14.3.0 glibc@2.41 libcublas@12.8.4.1 libcusparse@12.5.8.93 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://docs.nvidia.com/cuda/cusolver/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: GPU-accelerated library for decompositions and linear system solutions
Description:

This package provides a high-level library based on the cuBLAS and cuSPARSE libraries. It consists of two modules corresponding to two sets of API: the cuSolver API on a single GPU; and the cuSolverMG API on a single node multiGPU. Each of these can be used independently or in concert with other toolkit libraries. The intent of cuSolver is to provide useful LAPACK-like features, such as common matrix factorization and triangular solve routines for dense matrices, a sparse least-squares solver and an eigenvalue solver. In addition, cuSolver provides a new refactorization library useful for solving sequences of matrices with a shared sparsity pattern.

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.

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.

cuda-gdb 12.8.90
Dependencies: gcc@14.3.0 glibc@2.41 gmp@6.3.0 ncurses-with-tinfo@6.2.20210619 python@3.12.12
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-gdb/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: Tool for debugging CUDA applications
Description:

This package provides the NVIDIA tool for debugging CUDA applications running. CUDA-GDB is an extension to GDB, the GNU Project debugger. The tool provides developers with a mechanism for debugging CUDA applications running on actual hardware. This enables developers to debug applications without the potential variations introduced by simulation and emulation environments.

cuda-cupti 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://docs.nvidia.com/cuda/cupti/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: CUDA Profiling Tools Interface
Description:

This package enables the creation of profiling and tracing tools that target CUDA applications and give insight into the CPU and GPU behavior of CUDA applications. It provides the following APIs:

  • the Activity API,

  • the Callback API,

  • the Event API,

  • the Metric API,

  • the Profiling API,

  • the PC Sampling API,

  • the Checkpoint API.

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.

cuda-nvtx 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://docs.nvidia.com/nvtx/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: NVIDIA Tools Extension Library
Description:

This package provides a cross-platform API for annotating source code to provide contextual information to developer tools.

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.

ucx-cuda 1.20.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.

fsl-possum 2111.3
Dependencies: fsl-armawrap@0.7.0 fsl-cprob@2111.0 fsl-miscmaths@2412.4 fsl-newimage@2501.4 fsl-newnifti@4.1.0 fsl-utils@2412.1 fsl-znzlib@2111.0 lapack@3.12.1 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/possum
Licenses: Nonfree
Build system: gnu
Synopsis: Advanced MRI simulation module in FSL
Description:

Module within FSL that provides advanced functionalities for simulating MRI data, including pulse sequence generation, signal generation, noise addition, and image reconstruction.

fsl-eddy 2401.2
Dependencies: fsl-armawrap@0.7.0 fsl-basisfield@2203.4 fsl-cprob@2111.0 fsl-miscmaths@2412.4 fsl-meshclass@2111.0 fsl-newimage@2501.4 fsl-newnifti@4.1.0 fsl-topup@2203.5 fsl-utils@2412.1 fsl-warpfns@2501.0 fsl-znzlib@2111.0 boost@1.89.0 lapack@3.12.1 nlohmann-json@3.12.0 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/eddy
Licenses: Nonfree
Build system: gnu
Synopsis: Corrects eddy current distortions in diffusion MRI data
Description:

Eddy is a tool within FSL that corrects for eddy current distortions and head movements in diffusion MRI data.

fsl-cudabasisfield 1.1.2
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/cudabasisfield
Licenses: Nonfree
Build system: gnu
Synopsis: CUDA helper functions for GPU acceleration in FSL
Description:

cudabasisfield is a FSL module providing helper functions for CUDA operations, facilitating GPU acceleration in FSL tools.

fsl-miscmaths 2412.4
Dependencies: fsl-newnifti@4.1.0 fsl-armawrap@0.7.0 fsl-utils@2412.1 fsl-znzlib@2111.0 fsl-cprob@2111.0 zlib@1.3.1 lapack@3.12.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/miscmaths
Licenses: Nonfree
Build system: gnu
Synopsis: Implementation of miscellaneous mathematicals methods
Description:

A library that implement miscellaneous mathematicals methods.

fsl-fnirt 2203.2
Dependencies: fsl-armawrap@0.7.0 fsl-basisfield@2203.4 fsl-cprob@2111.0 fsl-meshclass@2111.0 fsl-miscmaths@2412.4 fsl-newimage@2501.4 fsl-newnifti@4.1.0 fsl-utils@2412.1 fsl-warpfns@2501.0 fsl-znzlib@2111.0 lapack@3.12.1 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/fnirt
Licenses: Nonfree
Build system: gnu
Synopsis: Non-linear Image Registration Tool
Description:

FNIRT (FMRIB's Non-linear Image Registration Tool) is a tool for non-linear registration of brain images, used to align images from different subjects or modalities.

fsl-mcflirt 2111.0
Dependencies: fsl-armawrap@0.7.0 fsl-cprob@2111.0 fsl-miscmaths@2412.4 fsl-newimage@2501.4 fsl-newnifti@4.1.0 fsl-utils@2412.1 fsl-znzlib@2111.0 lapack@3.12.1 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/mcflirt
Licenses: Nonfree
Build system: gnu
Synopsis: Motion correction tool for fMRI data
Description:

MCFLIRT (Motion Correction using FMRIB's Linear Image Registration Tool) is a tool within FSL designed to perform motion correction on fMRI data.

fsl-bet2 2111.8
Dependencies: coreutils@9.1 fsl-armawrap@0.7.0 fsl-cprob@2111.0 fsl-meshclass@2111.0 fsl-miscmaths@2412.4 fsl-newimage@2501.4 fsl-newnifti@4.1.0 fsl-utils@2412.1 fsl-znzlib@2111.0 lapack@3.12.1 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/bet2
Licenses: Nonfree
Build system: gnu
Synopsis: Removes non-brain tissue from MRI images
Description:

The bet2 module in FSL is a brain extraction tool that removes non-brain tissue from MRI images, aiding in isolating the brain for further analysis.

Page: 124252627283029
Total packages: 72693