Skip to main content

Module cpu

Module cpu 

Source
Expand description

CPU SIMD fallback backend

This module provides a CPU-based fallback implementation using SIMD when GPU compute is not available or for small workloads where CPU execution might be faster due to overhead.

Structsยง

CpuBackend
CPU backend using SIMD and multi-threading