1 2 3 4 5 6 7 8
// SPDX-License-Identifier: GPL-3.0-or-later // Copyright (C) 2026 l1a //! GPU detection and identification. //! //! This module re-exports the GPU detection logic from the `retch-sysinfo` crate. pub use retch_sysinfo::gpu::*;