burn-gdn2 0.1.0

Gated DeltaNet 2 — linear recurrent token mixer with channel-wise erase/write gates
1
2
3
4
5
6
7
8
9
10
pub mod fused_recurrent;

#[cfg(feature = "cubecl")]
pub mod cubecl_fused;
#[cfg(feature = "cubecl")]
pub mod cubecl_chunk;
#[cfg(feature = "cubecl")]
pub mod cubecl_dispatch;
#[cfg(feature = "cubecl")]
pub mod cubecl_forward;