ferrum-kernels 0.8.4

Unified compute kernels (CUDA/Metal/CPU) and model runner for Ferrum inference
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Removed FA2 Source Bridge Inputs

The old source-linked FA2 bridge used this directory for vendored
FlashAttention and CUTLASS inputs. Those bulk third-party C++/CUDA sources are
no longer stored in the main repository.

This directory now only keeps this removal marker for historical paths. The
`fa2-source` Cargo feature is an obsolete alias and must not compile native
operator source from `crates/`.

FA2 support must be provided through a Ferrum native operator artifact with a
validated manifest and matching binary hash.