//! Compute Device Abstraction (ENT-008)
//!
//! Provides hardware device detection and abstraction for CPU, GPU, TPU,
//! and Apple Silicon devices.
// Re-export all public types for API compatibility
pub use AppleSiliconInfo;
pub use ComputeDevice;
pub use CpuInfo;
pub use GpuInfo;
pub use SimdCapability;
pub use TpuInfo;