about summary refs log tree commit diff
path: root/pkgs/development/cuda-modules/modules/tensorrt/default.nix
blob: a214a26e434bed619771bd66a5ff8f79afb07e2b (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 = "CUDNN version supported";
  #     type = types.nullOr majorMinorVersion;
  #   };
  #   filename = lib.options.mkOption {
  #     description = "Tarball name";
  #     type = types.str;
  #   };
  # }
}