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.
rocSOLVER is a partial implementation of the LAPACK functionality for ROCm. It is written in the HIP programming language.
This package contains a wrapper library for generating random numbers on GPUs, in particular via rocRAND for AMD GPUs.
This package contains a wrapper library for computing fast Fourier transforms on GPUs, in particular via rocFFT for AMD GPUs.
This package contains a library for generating and analyzing AMD GPU assembly kernels.
This package provides a header-only C++ library for a half-precision floating point type (IEEE 754 conformant) together with common operations on this type.
This package contains implementations for pseudorandom and quasirandom number generation in HIP.
This package contains a HIP library for computing fast Fourier transforms.
rocThrust is a parallel algorithm library for ROCm, based on rocPRIM. It is a port of the CUDA Thrust library.
MIOpen is a library which exposes a C API to GPU machine learning primitives. This package contains the HIP version based on ROCm.
This package contains a wrapper library with HIP parallel primitives, in particular via rocPRIM for AMD GPUs.
ROCm monitor for stress testing, detection and troubleshooting issues impacting AMD GPUS in HPC environments.
origami provides a method for selecting GEMM configurations deterministically based on compute and memory latencies.
hipBLASLt is a library that provides general matrix-matrix operations with a flexible API and extends functionalities beyond a traditional BLAS library.
This package contains a wrapper library for linear algebra algorithms on GPUs, in particular via rocRAND, rocBLAS, rocSPARSE and rocSOLVER for AMD GPUs.
Composable Kernel is a library which provides a tile-based programming model for writing performance-portable kernels, in particular for GPUs using the HIP programming language.
hipBLAS-common is a header-only library with common definitions for hipBLAS and hipBLASLt.
HIPIFY is a set of tools that you can use to automatically translate CUDA source code into portable HIP C++.
AQLprofile is an open source library that enables advanced GPU profiling and tracing on AMD platforms.
List HSA Agents available to ROCm and show their properties.
ROCm cmake modules provides cmake modules for common build tasks needed for the ROCM software stack.
RocBandwidthTest is designed to capture the performance characteristics of buffer copying and kernel read/write operations. The help screen of the benchmark shows various options one can use in initiating cop/read/writer operations. In addition one can also query the topology of the system in terms of memory pools and their agents.
RCCL (ROCm Communication Collectives Library) is a library for collective communication on GPUs, such as reduce, gather or scatter operations.
Utility to get the ROCm release version
HIP language runtime, allowing execution of HIP kernels on AMD hardware, with library support for in-process/in-memory compilation (hipclr) of HIP kernel code, and its execution on AMD hardware.