Expand description
GPU detection and soft VRAM control — delegates probing to crate::host.
Re-exports§
pub use crate::host::GpuRecord as GpuDevice;
Enums§
Functions§
- detect_
gpus - List GPUs. Order: NVIDIA, then AMD ROCm, then Apple Silicon.
- primary_
gpu_ vram_ mb - Best-effort total VRAM of the primary GPU (NVIDIA index 0, or ROCm).
- soft_
vram_ check - Soft check: returns
Ok(())ifavailable_mb >= required_mb, else an error message for the user.