-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Build] fail to build rel-1.19.0
vs CUDA 12.6 on Windows
#21676
Comments
cc: @pranavsharma |
@tianleiwu have you tried building cuda ep with cuda12.6? |
@wangyems, it seems that there is build error in MOE gemm code with cuda 12.6. Please help take a look: tmpxft_000010f0_00000000-7_moe_gemm_kernels_fp16_fp16.cudafe1.cpp |
I've tried to downgrade CUDA to 12.5.1 version and compile it against the
|
@mc-nv, for machine with 32GB memory, try limit parallel like
|
I had tried proposed above change in docker image configured with:
Results of the below command:
provides following error statements
|
Could you try upgrade Visual Studio to the latest version? I tried Visual Studio Enterprise 2022 version 17.11.0 with latest MSVC v143 build tools, and there is no problem in my machine.
Select all the build tools that marked as latest in Visual Studio Installer: My build script:
It shows that
Peak memory usage is about 31 GB during compiling. I used a machine with 32GB RAM and additional virtual memory (page file) 16 GB. |
Add related issue: NVIDIA/cutlass#1732 |
Were not able to compile against
But was able to successfully build against |
Team, |
I confirm that the following settings will be successful to build 1.19.2 on Windows: Cuda: 12.5.1 I additionally installed protobuf, and zlib and added those binaries to PATH env. |
Same for me we can build with 👍 CUDA 12.5 but not with 👎 CUDA 12.6 Succeed with following configuration:
|
Hi @snnn , |
Should have been resolved in #22316 . If not, please reopen this issue. |
Describe the issue
Unable to build the ONNX Runtime our of release candidate branch on Windows against CUDA 12.6
Urgency
This issue is vital if release plans to support CUDA 12.6
Target platform
Windows
Build script
Error / output
It could be dependencies related
Visual Studio Version
BUILDTOOLS_VERSION:17.9.34622.214
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: