cudaPackages.tensorrt-samples: Add support for 10.16.1

This commit is contained in:
Elliot Berman 2026-06-05 13:33:21 -07:00
commit 5bb67e892a
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -117,6 +117,10 @@ backendStdenv.mkDerivation (finalAttrs: {
tag = "v10.14";
hash = "sha256-pWvXpXiUriLDYHqro3HWAmO/9wbGznyUrc9qxq/t0/U=";
};
"10.16.1" = {
tag = "v10.16";
hash = "sha256-Wm5oOXxAIpIlwiJKhH0WjgUAuTB9H2xFEVpM/sO36qk=";
};
}
);

View file

@ -27,6 +27,7 @@ in
else
lib.getAttr finalAttrs.version {
"10.14.1" = sample-data_10_14_1;
"10.16.1" = sample-data_10_14_1; # Release 10.16 is missing sample data
}
);