You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though #3096 is closed, there are two commits should be merged at first.
The installation path of Mkldnn is in /home/user/opt/paddle/thirdparty currently. We should move it paddle/thirdparty, where all other thirdparty libraries located. e9e6a81
build_doc in travis-ci will be failed if -DWITH_MKLDNN=True -DWITH_MKLML=True. We should set it false when generating document. 4dd31e8
But, one point to be clarify:
Because MKLDNN and MKLML*.so move to build/third_party, then build doc will fail as it will remove all *.so before build doc.
Then , we will need to disable MKLDNN and MKLML when build doc.
This should lead to another issue to figure out how to integrate those so files into paddle whl.
We should follow it later.
Though #3096 is closed, there are two commits should be merged at first.
/home/user/opt/paddle/thirdparty
currently. We should move itpaddle/thirdparty
, where all other thirdparty libraries located. e9e6a81build_doc
in travis-ci will be failed if-DWITH_MKLDNN=True -DWITH_MKLML=True
. We should set it false when generating document. 4dd31e8@tensor-tang will implement it. Thx!
The text was updated successfully, but these errors were encountered: