Expand description
SIMD optimizations and GPU acceleration support for metrics computation
This module provides high-performance computing capabilities including:
- SIMD vectorization for common mathematical operations
- GPU acceleration interfaces
- Hardware capability detection
- Fallback implementations for compatibility
Structs§
- Batch
Matrix Results - Results from batch matrix operations
- Benchmark
Results - Benchmark results for different implementations
- GpuInfo
- GPU device information
- LogOperation
Results - Results from logarithmic operations
- Parallel
Config - Parallel processing configuration
- Simd
Metrics - SIMD-accelerated metric computations
Enums§
- Matrix
Operation - Matrix operations that can be performed
- Thread
Affinity - Thread affinity settings