highs: 1.8.0 -> 1.8.1 (#360451)
[NixPkgs.git] / pkgs / development / cuda-modules / modules / tensorrt / default.nix
bloba214a26e434bed619771bd66a5ff8f79afb07e2b
1 { options, ... }:
3   options.tensorrt.releases = options.generic.releases;
4   # TODO(@connorbaker): Figure out how to add additional options to the
5   # to the generic release.
6   # {
7   #   cudnnVersion = lib.options.mkOption {
8   #     description = "CUDNN version supported";
9   #     type = types.nullOr majorMinorVersion;
10   #   };
11   #   filename = lib.options.mkOption {
12   #     description = "Tarball name";
13   #     type = types.str;
14   #   };
15   # }