12 lines
134 B
Nix
12 lines
134 B
Nix
|
|
{
|
||
|
|
imports = [
|
||
|
|
./generic
|
||
|
|
# Always after generic
|
||
|
|
./cuda
|
||
|
|
./cudnn
|
||
|
|
./cusparselt
|
||
|
|
./cutensor
|
||
|
|
./tensorrt
|
||
|
|
];
|
||
|
|
}
|