Skip to main content

Module ssd_path

Module ssd_path 

Source
Expand description

The Mamba2SsdPath selector and Mamba2SsdInput dispatch bundle.

§SSD algorithm selection and input bundle (Mamba-2)

Mamba2SsdPath chooses which of the three exact SSD reformulations ([super::minimal] / [super::serial] / [super::serial_recalculated]) runs, and at what chunk length. Mamba2SsdInput bundles the pre-processed tensors the scan consumes (B/C already GQA-expanded to per-head); its Mamba2SsdInput::run dispatches to the path-selected algorithm.

Structs§

Mamba2SsdInput
SSD input.

Enums§

Mamba2SsdPath
Algorithm selection for the Mamba-2 chunkwise SSD.