Skip to main content

Module gpu

Module gpu 

Source
Expand description

GPU-accelerated transformations GPU-accelerated transformations

This module provides GPU-accelerated implementations of dimensionality reduction and matrix operations. Currently provides basic stubs with CPU fallback.

Structsยง

GpuMatrixOps
GPU-accelerated matrix operations for transformations
GpuPCA
GPU-accelerated Principal Component Analysis
GpuTSNE
GPU-accelerated t-SNE implementation