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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


cuda-toolkit 12.9.1
Dependencies: gcc@14.3.0 gcc@14.3.0
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
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-toolkit 11.7.0
Dependencies: gcc@11.5.0 gcc@11.5.0
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
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.

libcurand 10.3.9.90
Dependencies: gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://docs.nvidia.com/cuda/curand/index.html
Licenses: Nonfree
Synopsis: CUDA random number generation library
Description:

This package 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 -dimensional points is generated by a deterministic algorithm designed to fill an -dimensional space evenly.

libnvjpeg 12.3.5.92
Dependencies: gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://docs.nvidia.com/cuda/nvjpeg/index.html
Licenses: Nonfree
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-nvdisasm 12.8.90
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://docs.nvidia.com/cuda/cuda-binary-utilities/index.html#nvdisasm
Licenses: Nonfree
Synopsis: Extract information from CUDA cubin files
Description:

This binary extracts information from standalone cubin files and presents them in human readable format. The output of nvdisasm includes CUDA assembly code for each kernel, listing of ELF data sections and other CUDA specific sections. Output style and options are controlled through nvdisasm command-line options. nvdisasm also does control flow analysis to annotate jump/branch targets and makes the output easier to read.

no-float128 0
Dependencies: glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://hpc.guix.info
Licenses: GPL 3+
Synopsis: @file{<bits/floatn.h>} header that disables float128 support
Description:

This package provides a <bits/floatn.h> header to override that of glibc and disable float128 support. This is required allow the use of nvcc with CUDA 8.0 and glibc 2.26+. Otherwise, nvcc fails like this:

/gnu/store/…-glibc-2.26.105-g0890d5379c/include/bits/floatn.h(61): error: invalid argument to attribute "__mode__"

/gnu/store/…-glibc-2.26.105-g0890d5379c/include/bits/floatn.h(73): error: identifier "__float128" is undefined

See also https://devtalk.nvidia.com/default/topic/1023776/cuda-programming-and-performance/-request-add-nvcc-compatibility-with-glibc-2-26/1.

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.scm (guix-science-nonfree packages cuda)
Home page: https://docs.nvidia.com/cuda/libnvvm-api/index.html
Licenses: Nonfree
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-nvprune 12.8.90
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://docs.nvidia.com/cuda/cuda-binary-utilities/index.html#nvprune
Licenses: Nonfree
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.

cutensor 2.0.1.2
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://developer.nvidia.com/cutensor
Licenses: Nonfree
Synopsis: Nvidia cuTENSOR library
Description:

This package provides the proprietary cuTENSOR library for NVIDIA GPUs.

cuda-toolkit-cudnn 8.6.0.163
Dependencies: gcc@8.5.0
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
Synopsis: NVIDIA CUDA Deep Neural Network library (cuDNN)
Description:

This package provides the CUDA Deep Neural Network library.

cuda-toolkit 12.8.1
Dependencies: cuda-cccl@12.8.90 cuda-cudart@12.8.90 cuda-nvcc@12.8.93 cuda-nvml-dev@12.8.90 cuda-nvtx@12.8.90 cuda-nvrtc@12.8.93 libcublas@12.8.4.1 libcufft@11.3.3.83 libcurand@10.3.9.90 libcusolver@11.7.3.90 libcusparse@12.5.8.93 libnpp@12.3.3.100 libnvfatbin@12.8.90 libnvjitlink@12.8.93 libnvjpeg@12.3.5.92 libnvvm@12.8.93
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
Synopsis: Metapackage for CUDA
Description:

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

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.scm (guix-science-nonfree packages cuda)
Home page: https://developer.nvidia.com/cudnn
Licenses: Nonfree
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-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.scm (guix-science-nonfree packages cuda)
Home page: https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html
Licenses: Nonfree
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.

cutlass 3.6.0
Dependencies: cuda-toolkit@11.8.0
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://github.com/NVIDIA/cutlass
Licenses: Modified BSD
Synopsis: CUDA C++ template abstractions for high-performance linear algebra
Description:

CUTLASS is a collection of CUDA C++ template abstractions for implementing high-performance matrix-matrix multiplication (GEMM) and related computations at all levels and scales within CUDA. It incorporates strategies for hierarchical decomposition and data movement similar to those used to implement cuBLAS and cuDNN.

CUTLASS decomposes these ``moving parts'' into reusable, modular software components abstracted by C++ template classes. Primitives for different levels of a conceptual parallelization hierarchy can be specialized and tuned via custom tiling sizes, data types, and other algorithmic policy. The resulting flexibility simplifies their use as building blocks within custom kernels and applications.

cutlass 3.4.1
Dependencies: cuda-toolkit@12.9.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://github.com/NVIDIA/cutlass
Licenses: Modified BSD
Synopsis: CUDA C++ template abstractions for high-performance linear algebra
Description:

CUTLASS is a collection of CUDA C++ template abstractions for implementing high-performance matrix-matrix multiplication (GEMM) and related computations at all levels and scales within CUDA. It incorporates strategies for hierarchical decomposition and data movement similar to those used to implement cuBLAS and cuDNN.

CUTLASS decomposes these ``moving parts'' into reusable, modular software components abstracted by C++ template classes. Primitives for different levels of a conceptual parallelization hierarchy can be specialized and tuned via custom tiling sizes, data types, and other algorithmic policy. The resulting flexibility simplifies their use as building blocks within custom kernels and applications.

cuda-toolkit 12.4.0
Dependencies: gcc@13.3.0 gcc@13.3.0
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
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.

nccl 2.27.6-1
Dependencies: cuda-toolkit@12.9.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://developer.nvidia.com/nccl
Licenses: Modified BSD
Synopsis: Optimized primitives for collective multi-GPU communication between NVIDIA GPUs
Description:

NCCL (pronounced "Nickel") is a stand-alone library of standard communication routines for NVIDIA GPUs, implementing all-reduce, all-gather, reduce, broadcast, reduce-scatter, as well as any send/receive based communication pattern. It has been optimized to achieve high bandwidth on platforms using PCIe, NVLink, NVswitch, as well as networking using InfiniBand Verbs or TCP/IP sockets. NCCL supports an arbitrary number of GPUs installed in a single node or across multiple nodes, and can be used in either single- or multi-process (e.g., MPI) applications.

cutlass 3.4.1
Dependencies: cuda-toolkit@11.8.0
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://github.com/NVIDIA/cutlass
Licenses: Modified BSD
Synopsis: CUDA C++ template abstractions for high-performance linear algebra
Description:

CUTLASS is a collection of CUDA C++ template abstractions for implementing high-performance matrix-matrix multiplication (GEMM) and related computations at all levels and scales within CUDA. It incorporates strategies for hierarchical decomposition and data movement similar to those used to implement cuBLAS and cuDNN.

CUTLASS decomposes these ``moving parts'' into reusable, modular software components abstracted by C++ template classes. Primitives for different levels of a conceptual parallelization hierarchy can be specialized and tuned via custom tiling sizes, data types, and other algorithmic policy. The resulting flexibility simplifies their use as building blocks within custom kernels and applications.

cuda-toolkit 12.9.1
Dependencies: gcc@14.3.0 gcc@14.3.0
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
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-profiler-api 12.8.90
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
Synopsis: Low-level CUDA profiling API
Description:

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

cuda-cccl 12.8.90
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
Synopsis: C++ Core Compute Libraries for the CUDA language
Description:

This package provides the CUDA C++ developers with building blocks that make it easier to write safe and efficient code. It unifies three essential former CUDA C++ libraries into a single repository:

  • Thrust (former repo)

  • CUB (former repo)

  • libcudacxx (former repo)

nsight-compute 2025.1.1.2
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://developer.nvidia.com/nsight-compute
Licenses: Nonfree
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.

cuda-cupti 12.8.90
Dependencies: gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://docs.nvidia.com/cuda/cupti/index.html
Licenses: Nonfree
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.

cuda-dev 12.8.1
Dependencies: cuda-toolkit@12.8.1 cuda-cuobjdump@12.8.90 cuda-cupti@12.8.90 cuda-cuxxfilt@12.8.90 cuda-gdb@12.8.90 cuda-nvdisasm@12.8.90 cuda-nvprof@12.8.90 cuda-nvprune@12.8.90 cuda-profiler-api@12.8.90 cuda-sanitizer-api@12.8.93 fabricmanager@560.35.03
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda.scm (guix-science-nonfree packages cuda)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
Synopsis: Metapackage for CUDA development
Description:

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

Page: 1234567
Total results: 164