features
features copied to clipboard
Support arm64 for CUDA feature
There are stable arm64 binaries for CUDA. However, the URL handles the difference for architecture, so this PR adjusts accordingly as devcontainers otherwise work really well on arm64 systems. The number of supported configurations is small, and I was able to build well with available versions locally.
"installCudnn": true,
"installCudnnDev": true,
"installNvtx": true,
"installToolkit": true,
"cudaVersion": "12.2",
"cudnnVersion": "9.4.0.58"