cubek-convolution 0.3.0-pre.2

CubeK: Convolution Kernels
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Extended tier: hand-written forced-blueprint tests covering harder or
//! niche cases — TilingScheme sweep on a representative algorithm, alt
//! convolution sizes, and advanced knobs (swizzle, partition buffering).
//!
//! Each axis is covered against one representative routine — the cartesian
//! lives in `full/`.

mod common;

mod advanced;
mod alt_shapes;
mod tiling_scheme;