//! GPU infrastructure framework.
//!
//! This module provides a pure-Rust GPU abstraction layer with:
//! - Device enumeration and capability inspection (`device`)
//! - Memory buffer management and pool tracking (`memory`)
//! - Kernel configuration and launch results (`kernel`)
//! - Backend trait and stub implementation (`executor`)
//!
//! Enable with the `gpu` feature flag.
pub use ;
pub use ;
pub use ;
pub use ;