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