1{ options, ... }:
2{
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 # }
16}