Apple Accelerate - AshokBhat/notes GitHub Wiki
About
- Apple's acceleration library
Features
| Library | Area | Details |
|---|---|---|
| BNNS | ML | Training and inference |
| vForce | Math functions | for vectors of any length |
| vFP | Math functions | for 128-bit vectors |
| vecLib | BLAS | cblas.h and vblas.h |
| vecLib | LAPACK | clapack.h |
| vDSP | DSP functions | FFT, convolution, ... |
| Sparse solvers | ||
| vImage | Image-processing |
Availablity
- iOS 4.0+
- macOS 10.3+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 4.0+