On 11/15/25 4:38 AM, Alexandre Courbot wrote:
This one needed some rework.
On Sat Nov 15, 2025 at 4:55 AM JST, Joel Fernandes wrote:
From: Alistair Popple <[email protected]>
...
+pub(crate) struct GspStaticConfigInfo {
+ pub gpu_name: [u8; 40],
This is probably meant to be `0x40`, as the `gpuNameString` bindings
member this is built from is 64-bytes long. Changing it to be 64-bytes
long.
Oh yes. The 40 actually resurrects an old bug that I had fixed once,
because it truncates the very long and elaborate Blackwell GB200
card's name that I am testing with.
Good catch!
thanks,
--
John Hubbard