Skip to main content

Module ssm

Module ssm 

Source
Expand description

State-Space Model (SSM) scan kernel.

Matches ssm-kernel-v1.yaml. h_t = A_bar * h_{t-1} + B_bar * x_t y_t = C * h_t

Functions§

ssm_scan_avx2
AVX2 implementation of the SSM sequential scan.
ssm_scan_ptx
PTX assembly for the SSM scan kernel.
ssm_scan_scalar
Scalar reference implementation of the SSM sequential scan.