depot/third_party/nixpkgs/pkgs/development/cuda-modules/modules/default.nix

11 lines
117 B
Nix
Raw Normal View History

{
imports = [
./generic
# Always after generic
./cuda
./cudnn
./cutensor
./tensorrt
];
}