-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[BUG] Release 3.5.0 build failing on Windows using CUDA 12.6, and VS2022 17.11 #1732
Comments
Your |
The culprit is CUDA 12.6 — I can build with CUDA 12.4.1 just fine. |
NVIDIA bug ID #4820029. |
tracking. Does 3.5.1 also fail with the same issue? |
@thakkarV I don't see a tag for 3.5.1 and it's not in releases yet? |
Main is 3.5.1. We will tag soon |
@thakkarV Hopefully not before this issue is root-caused and at least worked around? |
It appears to be a CUDA toolkit issue. If you could try out with main that would be great cause there were some MSVC fixes in 3.5.1 too |
If you mean with CUDA 12.6, can you give repro steps for some minimal build that triggers it so I don't have to run the full build? Even better if you can isolate just relevant code part which causes compiler errors so I can try to build just that from the developer command prompt. EDIT: If I remember correctly I tried with main as well, didn't make any difference. |
Any update on it? It's blocking to build onnxruntime with CUDA 12.6 (microsoft/onnxruntime#21676) |
I asked on the ticket, no response yet from engineering team. |
This issue has been labeled |
Closed because NVIDIA is apparently too lazy to fix it, what with resting on their laurels, it's a full time job. |
Describe the bug
I initially reported this issue to xformers since xformers build was failing for me without realizing error was in CUTLASS submodule. After some back and forth and more testing on my end I realized the issue seems to be with CUTLASS 3.5.0.
Steps/Code to reproduce bug
git clone https://github.com/NVIDIA/cutlass
cd cutlass
git checkout v3.5.0
cmake-gui
Expected behavior
Build should succeed, it is failing on this (please ignore
C:/BUILD/xformers
prefix -- the same compilation errors happen from within Visual Studio build):Note that there might be other build errors as well, this was just the first place where building a project failed. It seems as if there might be some compiler issue with latest Visual Studio update?
Environment details (please complete the following information):
Additional context
cl.exe Version 19.41.34120 for x64
The text was updated successfully, but these errors were encountered: