-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUDA v 12.3.X on windows #263
Comments
Yeah I can reproduce it with |
when i was searching about error code a found that it might be related with https://learn.microsoft.com/pl-pl/cpp/windows/latest-supported-vc-redist?view=msvc-170, maybe it will help regards |
fixes failing CUDA install see also <Jimver/cuda-toolkit#263>
Cuda install was failing on Windows 2022 because of this issue: Jimver/cuda-toolkit#263 So we'll use windows-2019 to build instead.
I've been using Jimver/[email protected] on win2022 runner for sometime and didn't bother to change it. I just noticed it has recently been passing without any warnings/errors so it looks like it's fixed. edit: switched to latest/v0.2.15 working too |
great news, we are planning to start using cuda 12.5 in our projects |
Hi, @Jimver
i'm trying to use CUDA version 12.3.1 in my github workflow, but installing cuda fails with error:
\cuda_installer-windows-10.0.20348-12.3.0\cuda_installer-windows-10.0.20348_12.3.0.exe' failed with exit code 2147944003
worker on windows 10, any ideas? v.12.2 installs fine.
I've tried network and local installers, both are not working.
regards
The text was updated successfully, but these errors were encountered: