//! Generic MoE implementation — split across focused submodules.
//!//! THE algorithm — same for all backends.
#[path="moe/dispatch.rs"]pubmoddispatch;#[path="moe/grouped_gemm.rs"]pubmodgrouped_gemm;#[path="moe/routing.rs"]pubmodrouting;pubusedispatch::*;pubusegrouped_gemm::*;pubuserouting::*;