-
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
dev-v2 branch build failure #885
Comments
@Dr-Noob, this looks like an issue with DPC++ Compiler. See discussion in intel/llvm#2617. |
Sorry for the mess, answered in a wrong tracker. So I've added the work around information in the original issue which we use on our side to make it work out-of-the-box. This should resolve OpenCL build stuff once DOPENCLROOT=/path/to/compiler/root/folder (which is /compiler) is passed to CMake line. Thanks. |
Problem solved. Build completes successfully with your instructions. What I did was:
but also changed my build configuration because
Note that I'm not using CUDA 11.0, but 10.2 instead. At first I installed cuDNN 8.5 and my build failed with:
I think that the README.md is misleading since says you need "cuDNN 7.6 or later", but I think that cuDNN 8 is not supported. For example, Closing the issue. |
Summary
Building dev-v2 with NVIDIA backend support fails.
Version
oneDNN dev-v2 (commit
ad5176c
)Environment
Intel Xeon Gold. CentOS 8.2, clang 12.0 clang version 12.0.0 (https://github.com/intel/llvm 633691327b3f2d6a2a7a8321244682e91db78e7d).
Compiler obtained from https://github.com/intel/llvm and built succesfully with:
Steps to reproduce
Tried to build as explained in README.md
Observed behavior
Expected behavior
Expected a successful build.
The text was updated successfully, but these errors were encountered: