// RLX — versatile ML compiler + runtime.
// Copyright (C) 2026 Eugene Hauptmann, Nataliya Kosmyna.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, version 3.
//! JAX-shaped program transforms on RLX MIR: autodiff, JVP/HVP, and vmap.
//!
//! Run [`prepare_graph_for_ad`] (or [`PrepareForAutodiff`]) before the
//! gradient walk when the graph contains fused ops from HIR `Direct`
//! lowering or inference fusion passes.
pub use ;
pub use ;
pub use ;
pub use vmap;