blob: 612903164650a845939199195dd78ece1819b042 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{ buildRedist }:
buildRedist {
redistName = "cuda";
pname = "libnvfatbin";
outputs = [ "out" ];
# Includes stubs.
includeRemoveStubsFromRunpathHook = true;
meta = {
description = "APIs which can be used at runtime to combine multiple CUDA objects into one CUDA fat binary (fatbin)";
homepage = "https://docs.nvidia.com/cuda/nvfatbin";
};
}
|