features icon indicating copy to clipboard operation
features copied to clipboard

Support arm64 for CUDA feature

Open mehmetoguzderin opened this issue 4 months ago • 2 comments

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"

mehmetoguzderin avatar Oct 21 '24 03:10 mehmetoguzderin