-
Notifications
You must be signed in to change notification settings - Fork 90
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
Windows build error #66
Comments
Hi @tianleiwu thanks for reporting this. Would you happen to know which MSVC compiler you are using? We do not observe this in our internal CI. Also, confirming this is on the 1.1.2 release, right? Edit: It looks obvious that we are using a protected member. Knowing the MSVC version, will help us repro this issue and fix for other attributes as well. Thanks |
Yes, it is on 1.1.2 release. MSVC version is 19.37.32825.0. An example failed build: https://github.com/microsoft/onnxruntime/actions/runs/8118954587/job/22194111719?pr=19470 fused_conv.cc |
Hi @tianleiwu , I tried updating the MSVC version in our CI-CD but could not reproduce this error. Looking at the build log from the ONNX MR that you linked, I see
which seems to be different from Is there any specific flags you are using? Because, I do not see anything explicitly incorrect in the code. |
include\cudnn_frontend\graph_interface.h(444,19): Error C2248: 'cudnn_frontend::graph::Layernorm_attributes::forward_phase': cannot access private member declared in class 'cudnn_frontend::graph::Layernorm_attributes'
The text was updated successfully, but these errors were encountered: