Re: [PATCH 05/31] gpu: nova-core: use GPU Architecture to simplify HAL selections
From: Timur Tabi
Date: Wed Dec 03 2025 - 14:40:07 EST
On Tue, 2025-12-02 at 21:58 -0800, John Hubbard wrote:
> Instead of long, exhaustive lists of GPUs ("Chipsets"), use entire
> GPU Architectures, such as "Blackwell" or "Turing", to make HAL choices.
>
> A tiny side effect: moved a "use" statement out of function scope, in
> each file, up to the top of the file, as per Rust for Linux conventions.
This might not work for GA100, which is a Turing in some respects and an Ampere in others.