hipGRAPH documentation

hipGRAPH documentation#

2025-05-20

2 min read time

Applies to Linux

Note

hipGRAPH is in an early access state. Running production workloads is not recommended. The early access version of the hipGRAPH Python layer is untested and the Python API is unsupported.

hipGRAPH is a graph marshalling library that acts as a wrapper between your application and a worker graph library, such as rocGRAPH.

The hipGRAPH library contains a collection of graph algorithms, enabling you to build, analyze, and manipulate complex graphs or networks. hipGRAPH is derived from the cuGraph library that forms part of the NVIDIA RAPIDS open source project. The hipGRAPH library described here should not be confused with HIP graphs in the HIP runtime API.

The hipGRAPH code is open and hosted at ROCm-DS/hipGraph.

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