Module sparse_fft_multi_gpu

Module sparse_fft_multi_gpu 

Source
Expand description

Multi-GPU Sparse FFT Implementation

This module provides advanced multi-GPU support for sparse FFT operations, allowing parallel processing across multiple GPU devices for maximum performance.

Structs§

GPUDeviceInfo
Information about an available GPU device
MultiGPUConfig
Multi-GPU configuration
MultiGPUSparseFFT
Multi-GPU sparse FFT processor

Enums§

WorkloadDistribution
Multi-GPU workload distribution strategy

Functions§

multi_gpu_sparse_fft
Convenience function for multi-GPU sparse FFT with default configuration