rocGRAPH documentation#
2025-05-20
1 min read time
Note
rocGRAPH is in an early access state. Running production workloads is not recommended.
The rocGRAPH library includes an extensive set of graph algorithms (e.g. centrality, community, components, link analysis, link prediction, etc) for operations on graph matrices and vectors, accessible through C-API functions. It is implemented on top of AMD’s ROCm runtime and toolchains, is created using the HIP programming language, and is optimized for AMD’s latest discrete GPUs.
The code is open and hosted at: ROCm-DS/rocGRAPH
The rocGRAPH documentation is structured as follows:
To contribute to the documentation refer to Contributing to ROCm-DS.
You can find licensing information on the Licensing page.