Skip to main content

Module compute_kernels

Module compute_kernels 

Source
Expand description

Pure-Rust SIMD-optimised compute kernels for image processing.

All algorithms are implemented as scalar loops written in a style that LLVM / rustc can auto-vectorise (chunk-unrolled, no data-dependent branches inside hot loops). No external C/Fortran dependencies are used.

Structsยง

ComputeKernel
Collection of CPU compute kernels for image processing.
KernelConfig
Configuration for a ComputeKernel.