1// SPDX-License-Identifier: AGPL-3.0-only 2 3//! Gated NoPE MLA CPU ref. Do not reuse `qwen3_attention` blindly. 4//! CUDA: [`super::mla_cuda`] (default; `K3_CUDA_MLA=0` CPU). 5 6pub use atlas_core::kimi_k3::mla::*;