Skip to main content

Module network

Module network 

Source
Expand description

GPU-accelerated geometric network analysis

This module provides GPU acceleration for network analysis operations.

The current GPU path is intentionally narrow and honest: it accelerates pairwise Euclidean distances for vector-only Cl(P,0,0) embeddings with P <= 3. Centrality and clustering reuse those GPU distances but complete their reductions/medoid updates on the CPU. Adaptive dispatch falls back to the amari-network CPU geometric-distance baseline for unsupported signatures, non-vector multivectors, or small networks.

Structs§

AdaptiveNetworkCompute
Adaptive GPU/CPU dispatcher for network operations
GpuGeometricNetwork
GPU-accelerated geometric network analysis

Enums§

GpuNetworkError

Type Aliases§

GpuNetworkResult