summaryrefslogtreecommitdiff
path: root/pkgs/development/cuda-modules/packages/tensorrt-samples/testers/sample_editable_timing_cache.nix
blob: e852ef3f3664ef2a6a585e9351f04244e55b1190 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  atLeast,
  lib,
  mkTester,
  ...
}:
lib.optionalAttrs (atLeast "10.8") {
  default = mkTester "sample_editable_timing_cache" [
    "sample_editable_timing_cache"
  ];
}