|
| | kernel_compare.h |
| | Comparison operations — approximate equality between expressions.
|
| |
| | kernel_dot.h |
| | Dot product operations — contraction primitives for einsum.
|
| |
| | kernel_eval.h |
| | Expression evaluation — dispatch, contiguous path, and permuted path.
|
| |
| | kernel_gemm.h |
| | Register-blocked GEMM for optimized 2D matrix multiplication.
|
| |
| | kernel_helpers.h |
| | Shared SIMD helper utilities for kernel operations.
|
| |
| | kernel_ops.h |
| | Façade for higher-level kernel operations built on top of microkernels.
|
| |
| | kernel_reduce.h |
| | Reduction operations — min, max, sum over expression elements.
|
| |