about summary refs log tree commit diff
path: root/pkgs/development/cuda-modules/modules/default.nix
blob: ccccd871479e1a8337d96d98c2df477177eda974 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  imports = [
    ./generic
    # Always after generic
    ./cuda
    ./cudnn
    ./cutensor
    ./tensorrt
  ];
}