-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
update MKLDNN cmakes #3168
update MKLDNN cmakes #3168
Conversation
and disable both when build doc and MacOS
I test the changes on my machine, but there are errors as follows:
The full log is log.txt And you forget to change the CMakeLists: use ${AVX_FOUND} to switch the ON/OFF of mkldnn and mklml.
|
Actually, I did not forget about that. I thought you would prefer default About the error, I check that ASAP, never shown on my machine before. |
The CMake command result is CMakeCache.txt |
The |
The last commit failed with Teamcity shown with
Not actually this commit caused this failing. |
@helinwang test_matrixCompare, test_NetworkCompare and test_CompareSparse fail occasionally, maybe we should refine the unittest to decrease the memory. |
Still failed with GPU, this time is about the accuracy. The last test passed.
While failed with
|
@luotao1 @tensor-tang Sorry about the out of memory problem, I will take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Since I create a clean /build directory, I can compile and test successfully.
fix #3162
MLKDNN