1{ buildRedist }: 2buildRedist { 3 redistName = "cuda"; 4 pname = "libnvptxcompiler"; 5 6 outputs = [ "out" ]; 7 8 meta = { 9 description = "APIs which can be used to compile a PTX program into GPU assembly code"; 10 homepage = "https://docs.nvidia.com/cuda/ptx-compiler-api"; 11 }; 12}