cubek-std 0.2.0

CubeK: Standard Library
Documentation
1
2
3
4
5
6
7
//! Row-wise tile compute. The `Tile<E, Plane, ReadWrite>` impl in [`dispatch`]
//! routes per-variant `row_max`, `row_sum`, `exp_diff`, and `rowwise_scale`
//! to the right backend; [`reducer`] handles the cross-unit plane reduction
//! used by the `WhiteboxFragment` and `BounceTile` arms.

mod dispatch;
pub(crate) mod reducer;