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§
- Adaptive
Network Compute - Adaptive GPU/CPU dispatcher for network operations
- GpuGeometric
Network - GPU-accelerated geometric network analysis