-
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
Compilation issue with Visual Studio v16.7.1 #812
Comments
Cannot access the logs (it requires some authorization and permissions granting). |
Because mkldnn triggers internal compiler error with 16.7, see oneapi-src/oneDNN#812
Unfortunately, PyTorch uses oneDNN via https://github.com/intel/ideep, so to resolve the problem, it's necessary to update oneDNN version in ideep, see intel/ideep#44 |
Summary: VC++14.27 fails to compile mkl-dnn, see oneapi-src/oneDNN#812 Pull Request resolved: #43184 Reviewed By: glaringlee Differential Revision: D23181803 Pulled By: malfet fbshipit-source-id: 9861c6243673c775374d77d2f51b45a42791b475
Hi, Thanks for the reference (and the quick fix!) We downgraded VS until we can update the submodule with oneDNN. |
Please consider voting or leaving a comment at the Visual C++ compiler bug report that I submitted, which appears to have caused this issue: Visual Studio problem 1145942 - VS2019 Internal compiler error using __restrict keyword in Release build |
FYI The compilation issue is still there with Visual Studio 2019 version 16.7.2, released on August 18, 2020. |
FYI Vadim Pirogov (@vpirogov) has just released oneDNN v1.6.2, including the workaround from pull request #805 for this issue. 😃 |
Moving from Visual Studio v16.6.4 to v16.7.1, we now see the following error when compiling oneDNN:
The full log of a failed compilation can be found here.
Unfortunately, there isn't much information online about this error.
Any idea what could be causing this?
Longer log in case the link above cannot be accessed:
The text was updated successfully, but these errors were encountered: