about summary refs log tree commit diff
path: root/pkgs/development/cuda-modules/modules/tensorrt/default.nix
blob: e62942c679aa074bc1d6749a608dc5147f75d253 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{options, ...}:
{
  options.tensorrt.releases = options.generic.releases;
  # TODO(@connorbaker): Figure out how to add additional options to the
  # to the generic release.
  # {
  #   cudnnVersion = lib.options.mkOption {
  #     description = "The CUDNN version supported";
  #     type = types.nullOr majorMinorVersion;
  #   };
  #   filename = lib.options.mkOption {
  #     description = "The tarball name";
  #     type = types.str;
  #   };
  # }
}