Expand description
Once-per-batch kernel dispatch.
SPDX-License-Identifier: MIT OR Apache-2.0
Enums§
- Kernel
Impl - Selected implementation class for a batch.
Functions§
- accumulate_
contingency - Public semantic entry: contingency table accumulation.
- accumulate_
contingency_ rows - Public semantic entry: contingency accumulation over a row subset.
- arch_
simd_ available - Whether an arch-SIMD path is compiled in and available on this CPU.
- copy_
vec - Public semantic entry: copy.
- gather
- Public semantic entry: gather.
- masked_
covariance - Public semantic entry: masked population covariance.
- masked_
mean - Public semantic entry: masked mean.
- masked_
sum - Public semantic entry: masked sum.
- masked_
variance - Public semantic entry: masked population variance.
- pairwise_
l1_ fill - Public semantic entry: pairwise L1 distance matrix fill.
- partial_
correlation - Public semantic entry: partial correlation of
xandygivenz_cols. - select_
impl - Resolve the implementation for a batch from policy.
- standardize_
inplace - Public semantic entry: in-place standardization (sample SD).
- weighted_
dot - Public semantic entry: weighted dot product.
- weighted_
mean - Public semantic entry: weighted mean.
- weighted_
sum - Public semantic entry: weighted sum (bootstrap weight accumulation).