{ "version": "11.0.3", "description": "A parallel computing platform and programming model invented by NVIDIA", "homepage": "https://developer.nvidia.com/cuda/toolkit", "license": { "identifier": "Freeware", "url": "https://docs.nvidia.com/cuda/eula/index.html" }, "architecture": { "64bit": { "url": "https://developer.download.nvidia.com/compute/cuda/11.0.3/local_installers/cuda_11.0.3_451.82_win10.exe#/dl.7z", "hash": "a639e0c097717c5f544f7a81b7162b4cb49243a30fd892f3267bc5532c8e2584" } }, "installer": { "script": [ "$names = @('bin', 'extras', 'include', 'lib', 'libnvvp', 'nvml', 'nvvm', 'compute-sanitizer')", "foreach ($name in $names) {", " Copy-Item \"$dir\\cuda_*\\*\\$name\" \"$dir\" -Recurse -Force", " Copy-Item \"$dir\\lib*\\*\\$name\" \"$dir\" -Recurse -Force", "}", "Get-ChildItem \"$dir\" -Exclude $names | Remove-Item -Recurse -Force" ] }, "env_add_path": [ "bin", "libnvvp" ], "env_set": { "CUDA_PATH": "$dir", "CUDA_PATH_V11_0": "$dir" } }