Merge pull request #13098 from luotao1/fix_mkldnn_include

fix mkldnn include format
infer2
Tao Luo 7 years ago committed by GitHub
commit 0148d8d2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ limitations under the License. */
#endif
#ifdef PADDLE_WITH_MKLDNN
#include <mkldnn.hpp>
#include "mkldnn.hpp"
#endif
#include <map>

Loading…
Cancel
Save