2025-03-18 17:25:12 +09:00

12 lines
134 B
Nix

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