Re: [PATCH 6/6] gpu: nova-core: use gpu::Architecture instead of long lists of GPUs
From: Timur Tabi
Date: Thu Nov 06 2025 - 09:41:29 EST
On Wed, 2025-11-05 at 19:54 -0800, John Hubbard wrote:
> -use crate::gpu::{Architecture, Chipset};
> +use crate::gpu::{
> + Architecture,
> + Chipset, //
> +};
I don't think this change should be part of this patch.