shrew-cpu 0.1.0

CPU backend implementation for Shrew
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# shrew-cpu

CPU backend for the Shrew tensor engine.

Features:
- Parallel execution using `rayon`.
- SIMD optimizations where available (AVX2, AVX-512).
- Native implementations of common tensor operators (matmul, element-wise ops).

## License

Apache-2.0