Expand description
GPU Backend Detection and Management
This module provides automatic detection and management of different GPU backends:
- Metal (Apple Silicon)
- CUDA (NVIDIA)
- CPU (fallback)
Re-exports§
pub use detector::GpuBackendType;
pub use detector::detect_available_backends;
pub use detector::select_best_backend;
Modules§
- detector
- GPU Backend Detection