Module simd

Module simd 

Source
Expand description

SIMD-accelerated operations for quantized matrices

This module provides SIMD-accelerated implementations of matrix operations on quantized data for improved performance. These implementations leverage the scirs2-core SIMD abstractions for SIMD operations and work with the quantization types defined in the parent module.

Functionsยง

simd_quantized_dot
SIMD-accelerated quantized dot product
simd_quantized_matmul
SIMD-accelerated quantized matrix-matrix multiplication
simd_quantized_matvec
SIMD-accelerated quantized matrix-vector multiplication