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.
(guix-science-nonfree packages cuda-modules)This package provides a set of APIs which can be used at runtime to link together GPU devide code. It supports Link Time Optimization.
(guix-science-nonfree packages cuda-modules)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.
(guix-science-nonfree packages cuda-modules)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.
(guix-science-nonfree packages cuda-modules)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.
(guix-science-nonfree packages cuda-modules)This package provides a binary that prunes host object files and libraries to only contain device code for the specified targets.
(guix-science-nonfree packages cuda-modules)This package provides the CUDA run-time support libraries for NVIDIA GPUs, all of which are proprietary.
(guix-science-nonfree packages cuda-modules)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.
(guix-science-nonfree packages cuda-modules)This package provides a minimal low-level profiling API for CUDA.
(guix-science-nonfree packages cuda-modules)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.
(guix-science-nonfree packages cuda-modules)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.
(guix-science-nonfree packages cuda-modules)This package provides an interface for generating PTX code from both binary and text NVVM IR inputs.
(guix-science-nonfree packages cuda-modules)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.
(guix-science-nonfree packages cuda-modules)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.
(guix-science-nonfree packages cuda-modules)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.
(guix-science-nonfree packages cuda-modules)This package provides a cross-platform API for annotating source code to provide contextual information to developer tools.
(guix-science-nonfree packages fabric-management)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.
(guix-science-nonfree packages fabric-management)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.
Module within FSL that provides advanced functionalities for simulating MRI data, including pulse sequence generation, signal generation, noise addition, and image reconstruction.
Eddy is a tool within FSL that corrects for eddy current distortions and head movements in diffusion MRI data.
cudabasisfield is a FSL module providing helper functions for CUDA operations, facilitating GPU acceleration in FSL tools.
A library that implement miscellaneous mathematicals methods.
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.
MCFLIRT (Motion Correction using FMRIB's Linear Image Registration Tool) is a tool within FSL designed to perform motion correction on fMRI data.
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.