-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Pass allow-unsupported compiler flag for nvcc during compilation #8492
Conversation
No ciflow labels are configured for this repo. |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8492
Note: Links to docs will display an error until the docs builds have been completed. ❌ 10 New FailuresAs of commit d7f92dc with merge base 143d078 (): NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
nerfstudio-project/nerfstudio#3157 suggests: CUDA Requirements: 17.10 is however 194x when checking the cl.exe file. CUDA release pages were showing sth like: and So 17.10 (194x) would be too new for CUDA. |
Closing this for now. AMI rolled back |
See pytorch/vision#8492 for reference Link taken from here: https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history#evergreen-bootstrappers --------- Co-authored-by: Zain Rizvi <ZainRizvi@users.noreply.github.com>
CUDA 11.8 Windows https://docs.nvidia.com/cuda/archive/11.8.0/cuda-installation-guide-microsoft-windows/index.html Table 2 They did not seem to change, even though CUDA 12.4 has fixed the version check (and now supports MSVC 17.10.x) while dealing with MS's unconventional naming (bumping 19.3x to 19.4x to still map to 17.x, i.e. 17.10, instead of 18.x). For future reference, if there is a need to bump to MSVC 17.10.x, errors with cuda 11.8 and 12.1 should be fine to use the -allow-unsupported-compiler as workaround. |
After updating to cudnn 9.1:
pytorch/test-infra#5295
Getting fatal error from NVCC:
For cuda 12.1 and 11.8
Failure:
https://github.com/pytorch/vision/actions/runs/9502323845/job/26204631855
Primary Suspect small VC update:
Old:
New :