Skip to main content

Module launch

Module launch 

Source

Structs§

ConvolutionArgs
Spatial convolution arguments (stride / padding / dilation per spatial dim).

Enums§

AcceleratedTileKind
Which tile matmul to use for accelerated algorithms.
ConvAlgorithm
The convolution-side algorithm enum. Subsumes the previous ReadingStrategy axis and the Simple/Specialized split. A single value here picks one concrete Routine impl (see crate::routines).
ConvolutionInputs
Per-operation tensor bindings supplied to launch_ref.
Strategy
Top-level user-facing strategy for launch_ref.

Functions§

launch_ref
The single public convolution entry point.