nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 55 lines 1.8 kB view raw
1{ 2 cudnn = { 3 shortName = "cuDNN EULA"; 4 fullName = "cuDNN SUPPLEMENT TO SOFTWARE LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS"; 5 url = "https://docs.nvidia.com/deeplearning/cudnn/backend/latest/reference/eula.html"; 6 free = false; 7 redistributable = false; 8 }; 9 10 cusparse_lt = { 11 shortName = "cuSPARSELt EULA"; 12 fullName = "cuSPARSELt SUPPLEMENT TO SOFTWARE LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS"; 13 url = "https://docs.nvidia.com/cuda/cusparselt/license.html"; 14 free = false; 15 redistributable = false; 16 }; 17 18 cutensor = { 19 shortName = "cuTENSOR EULA"; 20 fullName = "cuTENSOR SUPPLEMENT TO SOFTWARE LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS"; 21 url = "https://docs.nvidia.com/cuda/cutensor/latest/license.html"; 22 free = false; 23 redistributable = false; 24 }; 25 26 tensorrt = { 27 shortName = "TensorRT EULA"; 28 fullName = "TensorRT SUPPLEMENT TO SOFTWARE LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS"; 29 url = "https://docs.nvidia.com/deeplearning/tensorrt/latest/reference/sla.html"; 30 free = false; 31 redistributable = false; 32 }; 33 34 math_sdk_sla = { 35 shortName = "NVIDIA Math SDK SLA"; 36 fullName = "LICENSE AGREEMENT FOR NVIDIA MATH LIBRARIES SOFTWARE DEVELOPMENT KITS"; 37 url = "https://developer.download.nvidia.com/compute/mathdx/License.txt"; 38 free = false; 39 redistributable = false; 40 }; 41 42 # "license": "CUDA Toolkit", 43 # "license": "NVIDIA Driver", 44 # "license": "NVIDIA Proprietary", 45 # "license": "NVIDIA", 46 # "license": "NVIDIA SLA", 47 # "license": "cuDSS library", 48 # "license": "cuQuantum", 49 # "license": "libcusolvermp library", 50 # "license": "NPP PLUS library", 51 # "license": "nvCOMP library", 52 # "license": "nvJPEG 2K", 53 # "license": "NVPL", 54 # "license": "nvTIFF", 55}