Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
134 B
Nix
Raw Permalink Normal View History

{
imports = [
./generic
# Always after generic
./cuda
./cudnn
2025-03-18 15:02:11 +09:00
./cusparselt
./cutensor
./tensorrt
];
}