Module adaptive_simd

Source
Expand description

Adaptive SIMD dispatch based on CPU capabilities detection

This module provides runtime detection of CPU capabilities and dispatches to the most optimized SIMD implementation available on the target hardware.

Structs§

AdaptivePerformanceReport
Performance report for adaptive SIMD
AdaptiveSimdDispatcher
Adaptive SIMD dispatcher
CpuFeatures
CPU feature detection results
PerformanceData
Performance data for SIMD operations

Enums§

SimdVariant
SIMD implementation variants

Functions§

apply_batch_gates_adaptive
apply_single_qubit_adaptive
Convenience functions for adaptive SIMD operations
apply_two_qubit_adaptive
get_adaptive_performance_report
Get the performance report
initialize_adaptive_simd
Initialize the adaptive SIMD system