API reference

Release:

0.1.1

Date:

2025-06-15

You can find the implementation and documentation of every class and function of grogupy in this reference. The method index can be found here.

tqdm in grogupy

tqdm is optional in grogupy, but when it is in use grogupy uses its own wrapper to handle edge cases and print only on the root node, when there is MPI parallelization.

_tqdm

Configuration

This module contains the configuration from the environment, which helps to load or avoid the optional dependencies that can be part of grogupy. These optional dependencies are tqd, cupy for gpu acceleration and plotly for visualization.

Config(architecture, tqdm)

Configuration class of grogupy.

The CONFIG instance contains the configuration of grogupy.