{ "version": "8.0.61", "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.nvidia.com/compute/cuda/8.0/Prod2/local_installers/cuda_8.0.61_win10-exe#/dl.7z", "hash": "md5:f857c29b8121099090524b90290cfbf6" } }, "installer": { "script": [ "$names = @('bin', 'extras', 'include', 'jre', 'lib', 'libnvvp', 'nvml', 'nvvm')", "foreach ($name in $names) {", " Copy-Item \"$dir\\*\\$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_V8_0": "$dir" } }