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